ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellStyle Class / Foreground Property

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