ComponentOne Basic Library for WPF and Silverlight
IndeterminateForeground Property (C1ProgressBar)


C1.Silverlight Namespace > C1ProgressBar Class : IndeterminateForeground Property
Gets or sets a brush used to highlight the dots when the bar is in indeterminate state.
Syntax
'Declaration
 
Public Property IndeterminateForeground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1ProgressBar
Dim value As System.Windows.Media.Brush
 
instance.IndeterminateForeground = value
 
value = instance.IndeterminateForeground
public System.Windows.Media.Brush IndeterminateForeground {get; set;}
See Also

Reference

C1ProgressBar Class
C1ProgressBar Members