Click or drag to resize

PropertyCellTypeColor Class

Property cell type to edit a color value with a color picker and optional hex masked value.
Inheritance Hierarchy
SystemObject
  Eto.FormsPropertyCellType
    Eto.FormsPropertyCellTypeColor
      Eto.FormsPropertyCellTypeColor

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class PropertyCellTypeColor : PropertyCellType<Color>

The PropertyCellTypeColor type exposes the following members.

Constructors
  NameDescription
Public methodPropertyCellTypeColor
Initializes a new instance of the PropertyCellTypeColor class.
Top
Properties
  NameDescription
Public propertyHexEditable
Gets or sets a value indicating the hex value is editable by the user.
Public propertyShowAlpha
Gets or sets a value indicating whether to show the alpha component of the color.
Public propertyShowHex
Gets or sets a value indicating whether to show the hex value
Top
Methods
See Also