WindowState

Describes how the window is placed on the screen.

Entries

Link copied to clipboard

Window don't occupy the all available space and can be moved and resized by the user.

Link copied to clipboard

The window is maximized and occupies all available space on the screen excluding the space that is occupied by the screen insets (taskbar/dock and top-level application menu on macOs).

Link copied to clipboard

The window is in fullscreen mode and occupies all available space of the screen, including the space that is occupied by the screen insets (taskbar/dock and top-level application menu on macOs).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.