Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
The full-screen mode consists in hiding:
- the system bar when the application is run on a PC,
- the system bar and the navigation bar on a mobile device.
These bars can be re-displayed when hovering the area.
FullScreen(True)
FullScreen(False)
Syntax
FullScreen([<Activation>])
<Activation>: Optional boolean
- True to enable the full-screen mode,
- False to disable the full-screen mode.