Spread Windows Forms 12.0 Product Documentation
ProgressTextStyle Enumeration


FarPoint.Win Assembly > FarPoint.Win Namespace : 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
public enum ProgressTextStyle : System.Enum 
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

Reference

FarPoint.Win Namespace