FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldStyle Class / ForeColor Property

In This Topic
    ForeColor Property (PivotFieldStyle)
    In This Topic
    Gets or sets the color used to paint the content of cells in this field.
    Syntax
    'Declaration
     
    Public Property ForeColor As Nullable(Of Color)
    public Nullable<Color> ForeColor {get; set;}
    See Also