Click or drag to resize

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

Property Value

Type: Color
The currently selected color value.
See Also