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

In This Topic
    FontStyle Property (C1GaugeLabel)
    In This Topic
    Gets or sets the style in which the text is rendered.
    Syntax
    'Declaration
     
    Public Property FontStyle As Windows.UI.Text.FontStyle
    public Windows.UI.Text.FontStyle FontStyle {get; set;}
    See Also