ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeLabel Class / Foreground Property

In This Topic
    Foreground Property (C1GaugeLabel)
    In This Topic
    Gets or sets a brush that describes the foreground color.
    Syntax
    'Declaration
     
    Public Property Foreground As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush Foreground {get; set;}
    See Also