MediaTransportControls.IsPreviousTrackButtonVisible 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 previous track button is shown.
public:
property bool IsPreviousTrackButtonVisible { bool get(); void set(bool value); };
bool IsPreviousTrackButtonVisible();
void IsPreviousTrackButtonVisible(bool value);
public bool IsPreviousTrackButtonVisible { get; set; }
var boolean = mediaTransportControls.isPreviousTrackButtonVisible;
mediaTransportControls.isPreviousTrackButtonVisible = boolean;
Public Property IsPreviousTrackButtonVisible As Boolean
<MediaTransportControls IsPreviousTrackButtonVisible="bool" .../>
Property Value
Boolean
bool
true to show the previous track button. false to hide the previous track button. The default is false.