Click or drag to resize

PropertyCellTypeColorShowAlpha Property

Gets or sets a value indicating whether to show the alpha component of the color.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool ShowAlpha { get; set; }

Property Value

Type: Boolean
true to show the alpha value; otherwise, false.
See Also