Version

LabelFormat Enumeration

Label format settings
Syntax
'Declaration
 
Public Enum LabelFormat 
   Inherits System.Enum
public enum LabelFormat : System.Enum 
Members
MemberDescription
Maxium 
Minimum 
PercentageRemaining 
PrecentProgress 
ProgressValueString that will be used as a format for the progress bar labels. 6 different values may be inserted in C# style string formatting: {0} - Current Progress Value {1} - Current Percent Progress {2} - Remaining progress to be completed {3} - Percentage remaining {4} - Minimum value {5} - Maximum value
RemainingProgress 
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