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


In This Topic
    FillTextColor Property (FpProgress)
    In This Topic
    Gets or sets the color of the text of the progress indicator.
    Syntax
    'Declaration
     
    
    Public Property FillTextColor As Color
    'Usage
     
    
    Dim instance As FpProgress
    Dim value As Color
     
    instance.FillTextColor = value
     
    value = instance.FillTextColor
    public Color FillTextColor {get; set;}
    See Also