FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / RowForeground Property

In This Topic
    RowForeground Property
    In This Topic
    Gets or sets the System.Windows.Media.Brush that is used to paint row foreground.
    Syntax
    'Declaration
     
    Public Property RowForeground As Brush
    public Brush RowForeground {get; set;}
    See Also