Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ProgressTextStyle Enumeration


In This Topic
    ProgressTextStyle Enumeration
    In This Topic
    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