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

In This Topic
    FontStretch Property (C1GaugeLabel)
    In This Topic
    Gets or sets the degree to which a font is condensed or expanded on the screen.
    Syntax
    'Declaration
     
    Public Property FontStretch As Windows.UI.Text.FontStretch
    public Windows.UI.Text.FontStretch FontStretch {get; set;}
    See Also