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


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

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members