FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellStyle Class / Foreground Property

In This Topic
    Foreground Property (CellStyle)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to paint the cell text.
    Syntax
    'Declaration
     
    Public Property Foreground As Brush
    public Brush Foreground {get; set;}
    See Also