dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
602 stars 38 forks source link

IsFullScreen #7

Closed curia-damiano closed 2 years ago

curia-damiano commented 3 years ago

It would be nice to have an additional extension, to check if the current view IsFullScreen. This would compensate the lack of ApplicationView in WinUI desktop apps.

dotMorten commented 2 years ago

Use the AppWindow.Presenter.Kind to check for that.