Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ProgressBar Class / IndeterminateForeground Property

In This Topic
    IndeterminateForeground Property (C1ProgressBar)
    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
    public Brush IndeterminateForeground {get; set;}
    See Also