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


C1.WPF Namespace > C1ProgressIndicator Class : HeaderFontFamily Property
Gets or sets the font family of the header.
Syntax
'Declaration
 
Public Property HeaderFontFamily As System.Windows.Media.FontFamily
'Usage
 
Dim instance As C1ProgressIndicator
Dim value As System.Windows.Media.FontFamily
 
instance.HeaderFontFamily = value
 
value = instance.HeaderFontFamily
public System.Windows.Media.FontFamily HeaderFontFamily {get; set;}
See Also

Reference

C1ProgressIndicator Class
C1ProgressIndicator Members