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


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