ComponentOne Basic Library for WPF and Silverlight
HeaderFontStyle Property (C1HeaderedContentControl)


C1.Silverlight Namespace > C1HeaderedContentControl Class : HeaderFontStyle Property
Gets or sets the font style of the header.
Syntax
'Declaration
 
Public Property HeaderFontStyle As System.Windows.FontStyle
'Usage
 
Dim instance As C1HeaderedContentControl
Dim value As System.Windows.FontStyle
 
instance.HeaderFontStyle = value
 
value = instance.HeaderFontStyle
public System.Windows.FontStyle HeaderFontStyle {get; set;}
See Also

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members