MediaElement.PlaybackRateProperty Property

Definition

Identifies the PlaybackRate  dependency property.

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

Property Value

The identifier for the PlaybackRate dependency property.

Applies to