ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1HeaderedContentControl Class / HeaderFontStyle Property



In This Topic
    HeaderFontStyle Property (C1HeaderedContentControl)
    In This Topic
    Gets or sets the font style of the header.
    Syntax
    'Declaration
     
    
    Public Property HeaderFontStyle As FontStyle
    'Usage
     
    
    Dim instance As C1HeaderedContentControl
    Dim value As FontStyle
     
    instance.HeaderFontStyle = value
     
    value = instance.HeaderFontStyle
    public FontStyle HeaderFontStyle {get; set;}
    public:
    property FontStyle HeaderFontStyle {
       FontStyle get();
       void set (    FontStyle value);
    }
    See Also