Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 595 Bytes

mediatransportcontrols_isrepeatbuttonvisible.md

File metadata and controls

35 lines (19 loc) · 595 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.MediaTransportControls.IsRepeatButtonVisible
winrt property

Microsoft.UI.Xaml.Controls.MediaTransportControls.IsRepeatButtonVisible

-description

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

-xaml-syntax

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

-property-value

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

-remarks

-see-also

-examples