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


C1.WPF Namespace > C1ProgressIndicator 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 C1ProgressIndicator
Dim value As System.Windows.FontStretch
 
instance.HeaderFontStretch = value
 
value = instance.HeaderFontStretch
public System.Windows.FontStretch HeaderFontStretch {get; set;}
See Also

Reference

C1ProgressIndicator Class
C1ProgressIndicator Members