Share via


SilverlightProgressBar.IsIndeterminate Property

Gets a value that indicates whether the progress bar is indeterminate.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsIndeterminate As Boolean
    Get
public virtual bool IsIndeterminate { get; }
public:
virtual property bool IsIndeterminate {
    bool get ();
}
abstract IsIndeterminate : bool
override IsIndeterminate : bool
function get IsIndeterminate () : boolean

Property Value

Type: System.Boolean
true if the progress bar is indeterminate, otherwise false.

.NET Framework Security

See Also

Reference

SilverlightProgressBar Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace