'Declaration Public Enum ProgressBarRoles Inherits System.Enum
public enum ProgressBarRoles : System.Enum
Member | Description |
---|---|
Background_Horiz | The CSS Class that will be applied to the background div. The background image will be the displayed unfilled region.
Applied when Orientation is set to Horizontal. |
Background_Vert | The CSS Class that will be applied to the background div. The background image will be the displayed unfilled region.
Applied when Orientation is set to Vertical. |
BackgroundLabel | The CSS Class that should contain the color of the background label (and probably nothing else). |
BaseLabel | The CSS Class that will be applied to all labels. This will ensure consistent behavior across the labels. |
Container | The CSS Class that is applied to the containing div. This should not be altered. |
Control | The CSS Class that will be applied to the outer control. |
Fill_Horiz | The CSS Class that will be applied to the fill div. The background image will be the displayed filled region.
Applied when Orientation is set to Horizontal. |
Fill_Vert | The CSS Class that will be applied to the fill div. The background image will be the displayed filled region.
Applied when Orientation is set to Vertical. |
ForegroundLabel | The CSS Class that should contain the color of the foreground label (and probably nothing else). |
InnerDiv | The CSS Class applied to all divs inside the container. This should not be altered. |
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