Share via


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.

Applies to