ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ProgressBar Class / IndeterminateForeground Property



In This Topic
    IndeterminateForeground Property
    In This Topic
    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