Click or drag to resize

ColorPickerIHandler Interface

Handler interface for the ColorPicker control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ControlIHandler, 
	WidgetIHandler

The ColorPickerIHandler type exposes the following members.

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
See Also