Skip to main content

Struct WindowSizeConstraints

Structure detailing the size constraints of a window.

Assembly: Dalamud.dll
Declaration
public struct WindowSizeConstraints

Properties

MinimumSize

Gets or sets the minimum size of the window.

Declaration
public Vector2 MinimumSize { readonly get; set; }

MaximumSize

Gets or sets the maximum size of the window.

Declaration
public Vector2 MaximumSize { readonly get; set; }