'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the color value this bar will edit.")> Public Property Mode As ColorBarMode
'Usage
Dim instance As NColorBar Dim value As ColorBarMode instance.Mode = value value = instance.Mode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the color value this bar will edit.")] public ColorBarMode Mode {get; set;}