MediaElement.CanPauseProperty Property

Definition

Identifies the CanPause dependency property.

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

Property Value

The identifier for the CanPause dependency property.

Applies to