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



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