Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 630 Bytes

mediaplayerpresenter_isfullwindow.md

File metadata and controls

31 lines (19 loc) · 630 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.MediaPlayerPresenter.IsFullWindow
winrt property

Microsoft.UI.Xaml.Controls.MediaPlayerPresenter.IsFullWindow

-description

Gets or sets a value that specifies if the MediaPlayerPresenter is rendering in full window mode.

-xaml-syntax

<MediaPlayerPresenter IsFullWindow="bool" />

-property-value

true if the MediaPlayerPresenter is in full window mode; otherwise, false. The default is false.

-remarks

-see-also

-examples