ProgressBar.IsIndeterminateProperty Property

Definition

Identifies the IsIndeterminate dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.ProgressBar.IsIndeterminateProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 static property DependencyProperty ^ IsIndeterminateProperty { DependencyProperty ^ get(); };
static DependencyProperty IsIndeterminateProperty();
public static DependencyProperty IsIndeterminateProperty { get; }
var dependencyProperty = ProgressBar.isIndeterminateProperty;
Public Shared ReadOnly Property IsIndeterminateProperty As DependencyProperty

Property Value

The identifier for the IsIndeterminate dependency property.

Applies to