Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 666 Bytes

mediatransportcontrols_isprevioustrackbuttonvisible.md

File metadata and controls

31 lines (19 loc) · 666 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.MediaTransportControls.IsPreviousTrackButtonVisible
winrt property

Windows.UI.Xaml.Controls.MediaTransportControls.IsPreviousTrackButtonVisible

-description

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

-xaml-syntax

      <MediaTransportControls IsPreviousTrackButtonVisible="bool" .../>
    

-property-value

true to show the previous track button. false to hide the previous track button. The default is false.

-remarks

-examples

-see-also