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

In This Topic
    FontFamily Property (C1GaugeLabel)
    In This Topic
    Gets or sets the font used to display text in the label.
    Syntax
    'Declaration
     
    Public Property FontFamily As Windows.UI.Xaml.Media.FontFamily
    public Windows.UI.Xaml.Media.FontFamily FontFamily {get; set;}
    See Also