Version

ProgressBarLabelAlignment Enumeration

Label alignments defined for the Progress Bar's css file.
Syntax
'Declaration
 
Public Enum ProgressBarLabelAlignment 
   Inherits System.Enum
public enum ProgressBarLabelAlignment : System.Enum 
Members
MemberDescription
CenterLabel is displayed on the control.
LeftOrTopLabel is displayed on the left or top of the control.
NoneNo label is displayed.
RightOrBottomLabel is displayed on the right or bottom of the control.
RunningLabel is displayed in the middle vertically and if the control is horizontal it will run along the edge of the progress. If Vertical then it will appear as Center.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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