BrushControlObject Property |
Gets or sets the control object for this widget
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Object ControlObject { get; set; }
Public Property ControlObject As Object
Get
Set
abstract ControlObject : Object with get, set
override ControlObject : Object with get, set
Property Value
Type:
ObjectThe control object for the widget
Implements
IControlObjectSourceControlObjectSee Also