MediaTransportControls.IsFastForwardEnabled Property

Definition

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

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

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

Property Value

Boolean

bool

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

Applies to

See also