Click or drag to resize

WidgetPlatform Property

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; }

Property Value

Type: Platform
Remarks
This gets set to the current Instance during the construction of the object
See Also