MediaTransportControls.IsPreviousTrackButtonVisible Property

Definition

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.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to