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


In This Topic
    FillColor2 Property (ProgressCellType)
    In This Topic
    Gets or sets the second fill color to display for the progress indicator when indicator style is set to display a gradient.
    Syntax
    'Declaration
     
    
    Public Property FillColor2 As Color
    'Usage
     
    
    Dim instance As ProgressCellType
    Dim value As Color
     
    instance.FillColor2 = value
     
    value = instance.FillColor2
    public Color FillColor2 {get; set;}
    See Also