'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.DescriptionAttribute("Gets/sets the current value. Must be in the interval [0, 255].")> Public Property Value As System.Integer
'Usage
Dim instance As NColorBar Dim value As System.Integer instance.Value = value value = instance.Value
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Description("Gets/sets the current value. Must be in the interval [0, 255].")] public System.int Value {get; set;}