ShowAlphaChannel Property (InputColor)
In This Topic
Gets or sets a value indicating whether the ColorPicker allows users to edit the color's alpha channel (transparency).
Syntax
'Declaration
Public Property ShowAlphaChannel As Boolean
public bool ShowAlphaChannel {get; set;}
See Also