Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / FillTextColor Property


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