Enum
WindowState

The state of the Window (minimized, maximized or standard size/position).

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum WindowState

Fields

Default

The parameters for size (dimensions) and position (centering) are used.

Declaration

cs-api-definition
Default = 0

Field Value

WindowState

Maximized

The window takes up the viewport.

Declaration

cs-api-definition
Maximized = 2

Field Value

WindowState

Minimized

The window is just the titlebar and does not render its content.

Declaration

cs-api-definition
Minimized = 1

Field Value

WindowState

In this article
DefinitionFieldsDefaultMaximizedMinimized
Not finding the help you need?
Contact Support