C1.Web.Mvc Namespace / ColorPicker Class / ShowAlphaChannel Property

In This Topic
ShowAlphaChannel Property (ColorPicker)
In This Topic
Gets or sets a value indicating whether the ColorPicker allows users to edit the color's alpha channel (transparency).
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property ShowAlphaChannel As Boolean
 
See Also