DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotFieldStyle Class / ForeColor Property

In This Topic
    ForeColor Property (C1FlexPivotFieldStyle)
    In This Topic
    Syntax
    'Declaration
     
    Public Property ForeColor As Nullable(Of Color)
    public Nullable<Color> ForeColor {get; set;}
    See Also