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


C1.WPF Namespace > C1ProgressBar Class : IsIndeterminate Property
Gets or sets a value indicating whether the control is in the indeterminate state.
Syntax
'Declaration
 
Public Property IsIndeterminate As System.Boolean
'Usage
 
Dim instance As C1ProgressBar
Dim value As System.Boolean
 
instance.IsIndeterminate = value
 
value = instance.IsIndeterminate
public System.bool IsIndeterminate {get; set;}
See Also

Reference

C1ProgressBar Class
C1ProgressBar Members