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