'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.DescriptionAttribute("Gets/sets the current position of the NProgressBar.")> Public Property Value As System.Integer
'Usage
Dim instance As NProgressBarProperties Dim value As System.Integer instance.Value = value value = instance.Value
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Description("Gets/sets the current position of the NProgressBar.")] public System.int Value {get; set;}