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

In This Topic
    TextStyle Property
    In This Topic
    Style applied to each Windows.UI.Xaml.Controls.TextBlock used in this label.
    Syntax
    'Declaration
     
    Public Property TextStyle As Windows.UI.Xaml.Style
    public Windows.UI.Xaml.Style TextStyle {get; set;}
    See Also