Click or drag to resize

ColorControlObject Property

Gets the native color control object.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object ControlObject { get; }

Property Value

Type: Object
The native color control object.

Implements

IControlObjectSourceControlObject
Remarks
This can be null for platforms that do not have (or need) to store the native object.
See Also