Version

ProgressBarPropertyIds Enumeration

Enumeration of UltraProgressBar property Ids. These values can be used to identify the UltraProgressBar specific property changes passed along by the Infragistics.Win.UltraControlBase.PropertyChanged event.
Syntax
'Declaration
 
Public Enum ProgressBarPropertyIds 
   Inherits System.Enum
public enum ProgressBarPropertyIds : System.Enum 
Members
MemberDescription
AppearanceAppearance property
AppearancesAppearances property
BorderStyleBorderStyle property
FillAppearanceFillAppearance property
FormatInfoFormatInfo property
MaximumMaximum property
MinimumMinimum property
OrientationOrientation property
PercentPercent property
PercentFormatPercentFormat property
PercentSettingPercentSetting object
PercentSettingsPercentSettingsCollection
SegmentWidthSegmentWidth property
StepStep property
StyleStyle property
TextText property
TextVisibleTextVisible property
ValueValue property
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