MediaTransportControls.FastPlayFallbackBehaviour 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 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.