ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1HeaderedContentControl Class / HeaderFontStretch Property

In This Topic
    HeaderFontStretch Property (C1HeaderedContentControl)
    In This Topic
    Gets or sets the font stretch of the header.
    Syntax
    'Declaration
     
    Public Property HeaderFontStretch As Windows.UI.Text.FontStretch
    public Windows.UI.Text.FontStretch HeaderFontStretch {get; set;}
    See Also