ComponentOne FinancialChart for WPF
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 FontWeight
'Usage
 
Dim instance As C1ProgressIndicator
Dim value As FontWeight
 
instance.HeaderFontWeight = value
 
value = instance.HeaderFontWeight
public FontWeight HeaderFontWeight {get; set;}
public:
property FontWeight HeaderFontWeight {
   FontWeight get();
   void set (    FontWeight value);
}
See Also

Reference

C1ProgressIndicator Class
C1ProgressIndicator Members