Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarCellType Class / LabelColor Property


In This Topic
    LabelColor Property
    In This Topic
    Gets or sets the color of the label.
    Syntax
    'Declaration
     
    
    Public Property LabelColor As Color
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As Color
     
    instance.LabelColor = value
     
    value = instance.LabelColor
    public Color LabelColor {get; set;}
    See Also