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


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

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members