Version

ProgressBarToolStyle Enumeration

Enumeration indicating the styles of the progress bar.
Syntax
'Declaration
 
Public Enum ProgressBarToolStyle 
   Inherits System.Enum
public enum ProgressBarToolStyle : System.Enum 
Members
MemberDescription
ContinuousThe filled area's Infragistics.Win.AppearanceBase.BackColor and Infragistics.Win.AppearanceBase.ImageBackground is rendered using a solid bar.
DefaultBy default, the filled area of the progress bar will render using the system themes.
SegmentedThe filled area's Infragistics.Win.AppearanceBase.BackColor and Infragistics.Win.AppearanceBase.ImageBackground is rendered using segments [bars].
SegmentedPartialThe filled area's Infragistics.Win.AppearanceBase.BackColor and Infragistics.Win.AppearanceBase.ImageBackground is rendered using segments [bars]. This differs from Segmented in that the last bar may appear smaller than the previous bars even when the fill is not complete.
SystemThe filled area will be rendered using the system themes if Infragistics.Win.UltraComponentControlManagerBase.SupportThemes is true and the operating system has themes enabled. Otherwise, the Continuous style is used by default.
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