ComponentOne FinancialChart for WPF
IndeterminateForeground Property



C1.WPF Namespace > C1ProgressBar Class : IndeterminateForeground Property
Gets or sets a brush used to highlight the dots when the bar is in indeterminate state.
Syntax
'Declaration
 
Public Property IndeterminateForeground As Brush
'Usage
 
Dim instance As C1ProgressBar
Dim value As Brush
 
instance.IndeterminateForeground = value
 
value = instance.IndeterminateForeground
public Brush IndeterminateForeground {get; set;}
public:
property Brush^ IndeterminateForeground {
   Brush^ get();
   void set (    Brush^ value);
}
See Also

Reference

C1ProgressBar Class
C1ProgressBar Members