Click or drag to resize

ThemedColorPickerHandler Class

Themed handler for the ColorPicker using a Drawable and the ColorDialog.
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerColorPicker
    EtoWidgetHandlerControl, ColorPicker
      EtoWidgetHandlerControl, ColorPicker, ColorPickerICallback
        Eto.FormsThemedControlHandlerControl, ColorPicker, ColorPickerICallback
          Eto.Forms.ThemedControlsThemedColorPickerHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedColorPickerHandler : ThemedControlHandler<Control, ColorPicker, ColorPickerICallback>, 
	ColorPickerIHandler, ControlIHandler, WidgetIHandler

The ThemedColorPickerHandler type exposes the following members.

Constructors
  NameDescription
Public methodThemedColorPickerHandler
Initializes a new instance of ThemedColorPickerHandler
Top
Properties
  NameDescription
Public propertyAllowAlpha
Gets or sets a value indicating whether the user can adjust the Alpha component of the Color.
Public propertyColor
Gets or sets the selected color.
Public propertySupportsAllowAlpha
Gets a value indicating that the current platform supports the AllowAlpha property.
Top
Methods
Remarks
This is useful if for example you have changed out the ColorDialog to a non-standard dialog and want to use that on all platforms using a consistent interface.
See Also