MediaTransportControls.IsFastRewindButtonVisible Property

Definition

Gets or sets a value that indicates whether the rewind button is shown.

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

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

Property Value

Boolean

bool

true to show the rewind button. false to hide the rewind button. The default is false.

Applies to

See also