ComponentOne Basic Library for WPF and Silverlight
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 System.Double
'Usage
 
Dim instance As C1HeaderedContentControl
Dim value As System.Double
 
instance.HeaderFontSize = value
 
value = instance.HeaderFontSize
public System.double HeaderFontSize {get; set;}
See Also

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members