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


In This Topic
    ShowText Property (FpProgress)
    In This Topic
    Gets or sets whether the percentage displays as text inside the progress indicator.
    Syntax
    'Declaration
     
    
    Public Property ShowText As Boolean
    'Usage
     
    
    Dim instance As FpProgress
    Dim value As Boolean
     
    instance.ShowText = value
     
    value = instance.ShowText
    public bool ShowText {get; set;}
    See Also