Class WindowState
The state of the Window (minimized, maximized or standard size/position).
Inheritance
System.Object
WindowState
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class WindowState : Enum
Fields
Default
The parameters for size (dimensions) and position (centering) are used.
Declaration
public const WindowState Default
Field Value
WindowState
|
Maximized
The window takes up the viewport.
Declaration
public const WindowState Maximized
Field Value
WindowState
|
Minimized
The window is just the titlebar and does not render its content.
Declaration
public const WindowState Minimized
Field Value
WindowState
|
value__
Declaration
public int value__
Field Value
System.Int32
|