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