Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaPlayerElement.TransportControls Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the transport controls for the media.

MediaTransportControls TransportControls();

void TransportControls(MediaTransportControls value);
public MediaTransportControls TransportControls { get; set; }
var mediaTransportControls = mediaPlayerElement.transportControls;
mediaPlayerElement.transportControls = mediaTransportControls;
Public Property TransportControls As MediaTransportControls

Property Value

The transport controls for the media.

Applies to


Feedback

Was this page helpful?