Can the maximum size of the application be changed to (ie, “workspace”, that is, screen size minus the taskbar)? Unable to retrieve this information.
Note: you can call ApplicationView.GetForCurrentView (). TryResizeView (New Size (500, 500)) for programmatic change. But this will not change more than the work area.
Can I determine what mode the application is in?
UIViewSettings.GetForCurrentView.UserInteractionMode , "" ( ) " " (/).
ApplicationView.GetForCurrentView.TryEnterFullScreenMode() ( , - , , " " ). ExitFullScreenMode(). IsFullScreenMode , API. ( API, "IsFullScreen", ).
, , .