'Declaration Public Enum ProgressBarToolStyle Inherits System.Enum
public enum ProgressBarToolStyle : System.Enum
Member | Description |
---|---|
Continuous | The filled area's Infragistics.Win.AppearanceBase.BackColor and Infragistics.Win.AppearanceBase.ImageBackground is rendered using a solid bar. |
Default | By default, the filled area of the progress bar will render using the system themes. |
Segmented | The filled area's Infragistics.Win.AppearanceBase.BackColor and Infragistics.Win.AppearanceBase.ImageBackground is rendered using segments [bars]. |
SegmentedPartial | The 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. |
System | The 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. |
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