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


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