ComponentOne FinancialChart for WPF
HeaderFontSize Property (C1HeaderedContentControl)



C1.WPF Namespace > C1HeaderedContentControl Class : HeaderFontSize Property
Gets or sets the font size of the header.
Syntax
'Declaration
 
Public Property HeaderFontSize As Double
'Usage
 
Dim instance As C1HeaderedContentControl
Dim value As Double
 
instance.HeaderFontSize = value
 
value = instance.HeaderFontSize
public double HeaderFontSize {get; set;}
public:
property double HeaderFontSize {
   double get();
   void set (    double value);
}
See Also

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members