Version

ProgressBarFillDirection Enumeration

Possible directions for the progress bar to fill.
Syntax
'Declaration
 
Public Enum ProgressBarFillDirection 
   Inherits System.Enum
public enum ProgressBarFillDirection : System.Enum 
Members
MemberDescription
FromLeftOrTopThe setting for a progress bar that will fill from left to right (for a horizontal bar), or from top to bottom (for a vertical bar).
FromRightOrBottomThe setting for a progress bar that will fill from right to left (for a horizontal bar), or from bottom to top (for a vertical bar).
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