ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / BaseRule Class / Foreground Property

In This Topic
    Foreground Property (BaseRule)
    In This Topic
    Gets or sets the foreground of the syntax.
    Syntax
    'Declaration
     
    Public Property Foreground As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush Foreground {get; set;}
    See Also