FarPoint.Win Assembly / FarPoint.Win Namespace / ProgressTextStyle Enumeration


ProgressTextStyle Enumeration
Specifies the appearance of the text portion of the progress indicator.
Syntax
'Declaration
 
Public Enum ProgressTextStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As ProgressTextStyle
Members
MemberDescription
CustomDisplays the custom text defined by the value of the Text property.
PercentDisplays the percentage.
PercentRemainingDisplays the percent remaining.
ValueDisplays the raw value as text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.ProgressTextStyle

See Also