This topic has not yet been rated - Rate this topic

ProgressRing.IsActive property

Gets or sets a value that indicates whether the ProgressRing is showing progress.

Syntax


public:
property bool IsActive { 
   bool get();
   void set (bool value);
}


<ProgressRing IsActive="bool" />

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

True if the ProgressRing is showing progress; otherwise, false. The default is false.

Remarks

Set the IsActive property to turn the ProgressRing on or off. If IsActive is false, the ProgressRing is not shown, but space is reserved for it in the UI layout. To not reserve space for the ProgressRing, set its Visibility property to Collapsed.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ProgressRing

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.