MediaTransportControls.FastPlayFallbackBehaviour Property

Definition

Gets or sets a value that specifies how the fast-forward/fast-rewind buttons behave.

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

void FastPlayFallbackBehaviour(FastPlayFallbackBehaviour value);
public FastPlayFallbackBehaviour FastPlayFallbackBehaviour { get; set; }
var fastPlayFallbackBehaviour = mediaTransportControls.fastPlayFallbackBehaviour;
mediaTransportControls.fastPlayFallbackBehaviour = fastPlayFallbackBehaviour;
Public Property FastPlayFallbackBehaviour As FastPlayFallbackBehaviour

Property Value

A value of the enumeration that specifies how the fast-forward/fast-rewind buttons behave.

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