MediaElement.IsLoopingProperty Property

Definition

Identifies the IsLooping dependency property.

public:
 static property DependencyProperty ^ IsLoopingProperty { DependencyProperty ^ get(); };
static DependencyProperty IsLoopingProperty();
public static DependencyProperty IsLoopingProperty { get; }
var dependencyProperty = MediaElement.isLoopingProperty;
Public Shared ReadOnly Property IsLoopingProperty As DependencyProperty

Property Value

The identifier for the IsLooping dependency property.

Applies to