NavigationIsSupported Property |
Gets a value indicating that the Navigation control is supported by the current platform.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static bool IsSupported { get; }
Public Shared ReadOnly Property IsSupported As Boolean
Get
static member IsSupported : bool with get
Property Value
Type:
Booleantrue if supported; otherwise,
false.
See Also