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

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