MediaTransportControls.IsSkipForwardEnabled Property

Definition

Gets or sets a value that indicates whether a user can skip forward in the media.

public:
 property bool IsSkipForwardEnabled { bool get(); void set(bool value); };
bool IsSkipForwardEnabled();

void IsSkipForwardEnabled(bool value);
public bool IsSkipForwardEnabled { get; set; }
var boolean = mediaTransportControls.isSkipForwardEnabled;
mediaTransportControls.isSkipForwardEnabled = boolean;
Public Property IsSkipForwardEnabled As Boolean
<MediaTransportControls IsSkipForwardEnabled="bool" .../>
    

Property Value

Boolean

bool

true to allow the user to skip forward; otherwise, false. The default is false.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to

See also