ComponentOne FinancialChart for WPF
HeaderFontStyle Property (C1HeaderedContentControl)



C1.WPF Namespace > C1HeaderedContentControl Class : HeaderFontStyle Property
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

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members