ViewerWindowStartupState Type
Union cases
| Union case |
Description
|
Full Usage:
Fullscreen
|
|
Full Usage:
Maximized
|
|
Full Usage:
Minimized
|
|
Full Usage:
Normal
|
|
Full Usage:
WindowedFullscreen
|
Borderless coverage of the monitor work area (no title bar / resize chrome, no exclusive-mode resolution change). Distinct from exclusive `Fullscreen`. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFullscreen
Returns: bool
|
|
Full Usage:
this.IsMaximized
Returns: bool
|
|
Full Usage:
this.IsMinimized
Returns: bool
|
|
Full Usage:
this.IsNormal
Returns: bool
|
|
Full Usage:
this.IsWindowedFullscreen
Returns: bool
|
|