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

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