Gets the platform that was used to create the
Handler for this widget
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Platform Platform { get; }
Public ReadOnly Property Platform As Platform
Get
member Platform : Platform with get
Property Value
Type:
PlatformRemarks
This gets set to the current
Instance during the construction of the object
See Also