'Declaration
<System.ComponentModel.DefaultValueAttribute(20)> <System.ComponentModel.DescriptionAttribute("Gets/sets the width of a single segment(works if NProgressBar.Style == ProgressBarStyle.Segments).")> Public Property SegmentStep As System.Integer
'Usage
Dim instance As NProgressBarProperties Dim value As System.Integer instance.SegmentStep = value value = instance.SegmentStep
[System.ComponentModel.DefaultValue(20)] [System.ComponentModel.Description("Gets/sets the width of a single segment(works if NProgressBar.Style == ProgressBarStyle.Segments).")] public System.int SegmentStep {get; set;}