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


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

Reference

C1ProgressIndicator Class
C1ProgressIndicator Members