Click or drag to resize

ColorDialogIHandler Interface

Handler interface for the ColorDialog

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

The ColorDialogIHandler 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