ComponentOne Basic Library for UWP
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 Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush IndeterminateForeground {get; set;}
    See Also