'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the color picker has a scroll to edit alpha value.")> Public Overridable Property CanEditAlpha As System.Boolean
'Usage
Dim instance As NColorPicker Dim value As System.Boolean instance.CanEditAlpha = value value = instance.CanEditAlpha
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the color picker has a scroll to edit alpha value.")] public virtual System.bool CanEditAlpha {get; set;}