Version

SegmentWidth Property (UltraProgressBarEditorColumn)

Gets/sets the width of the segments in a Segmented style progress bar.
Syntax
'Declaration
 
Public Property SegmentWidth As Integer
public int SegmentWidth {get; set;}
Remarks
When set to UltraProgressBar.DefaultSegmentWidth (-1), the default segment width is used. The default segment width is equal to 2/3 the size relative to the orientation. e.g. The width of a progress bar segment in a horizontal progress bar is approximately 2/3 the height of the control.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also