'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the NProgressBar will segmented.")> Public Property Segments As System.Boolean
'Usage
Dim instance As NProgressBarProperties Dim value As System.Boolean instance.Segments = value value = instance.Segments
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the NProgressBar will segmented.")] public System.bool Segments {get; set;}