ExportHandlerAttributeWidgetType Property |
Gets the type of the widget or handler interface to map to
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Type WidgetType { get; }
Public ReadOnly Property WidgetType As Type
Get
member WidgetType : Type with get
Property Value
Type:
TypeThe type of the widget or handler.
See Also