Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpProgress Class / TextStyle Property


In This Topic
    TextStyle Property (FpProgress)
    In This Topic
    Gets or sets how the text portion of the progress indicator is displayed.
    Syntax
    'Declaration
     
    
    Public Property TextStyle As ProgressTextStyle
    'Usage
     
    
    Dim instance As FpProgress
    Dim value As ProgressTextStyle
     
    instance.TextStyle = value
     
    value = instance.TextStyle
    public ProgressTextStyle TextStyle {get; set;}
    See Also