FarPoint.Win
ProgressTextStyle Enumeration
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : ProgressTextStyle Enumeration


Specifies the appearance of the text portion of the progress indicator.

Syntax

Visual Basic (Declaration) 
Public Enum ProgressTextStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ProgressTextStyle
C# 
public enum ProgressTextStyle : Enum 

Members

MemberDescription
Value Displays the raw value as text.
Percent Displays the percentage.
PercentRemaining Displays the percent remaining.
Custom Displays the custom text defined by the value of the Text property.

Inheritance Hierarchy

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

See Also