Click or drag to resize

Navigation Constructor (INavigationItem)

Initializes a new instance of the Navigation class with the initial navigation item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Navigation(
	INavigationItem item
)

Parameters

item
Type: Eto.FormsINavigationItem
Item for the intial content of the navigation control.
See Also