Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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
    public Brush IndeterminateForeground {get; set;}
    See Also