ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ProgressIndicator Class / HeaderFontStyle Property

In This Topic
    HeaderFontStyle Property (C1ProgressIndicator)
    In This Topic
    Gets or sets the font style of the header.
    Syntax
    'Declaration
     
    Public Property HeaderFontStyle As Windows.UI.Text.FontStyle
    public Windows.UI.Text.FontStyle HeaderFontStyle {get; set;}
    See Also