ComponentOne FinancialChart for WPF
C1.WPF 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 FontStretch
    'Usage
     
    
    Dim instance As C1HeaderedContentControl
    Dim value As FontStretch
     
    instance.HeaderFontStretch = value
     
    value = instance.HeaderFontStretch
    public FontStretch HeaderFontStretch {get; set;}
    public:
    property FontStretch HeaderFontStretch {
       FontStretch get();
       void set (    FontStretch value);
    }
    See Also