ComponentOne FinancialChart for WPF
HeaderForeground Property (C1ProgressIndicator)



C1.WPF Namespace > C1ProgressIndicator Class : HeaderForeground Property
Gets or sets the foreground brush of the header.
Syntax
'Declaration
 
Public Property HeaderForeground As Brush
'Usage
 
Dim instance As C1ProgressIndicator
Dim value As Brush
 
instance.HeaderForeground = value
 
value = instance.HeaderForeground
public Brush HeaderForeground {get; set;}
public:
property Brush^ HeaderForeground {
   Brush^ get();
   void set (    Brush^ value);
}
See Also

Reference

C1ProgressIndicator Class
C1ProgressIndicator Members