ColorPickerValue Property |
Gets or sets the selected color value.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Color Value { get; set; }
Public Property Value As Color
Get
Set
member Value : Color with get, set
Property Value
Type:
ColorThe currently selected color value.
See Also