ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / Foreground Property

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