Struct Window.WindowSizeConstraints
Structure detailing the size constraints of a window.
Assembly: Dalamud.dll​
View Source​
Declaration
public struct Window.WindowSizeConstraints
Properties​
MinimumSize​
Gets or sets the minimum size of the window.
View Source​
Declaration
public Vector2 MinimumSize { readonly get; set; }
MaximumSize​
Gets or sets the maximum size of the window.
View Source​
Declaration
public Vector2 MaximumSize { get; set; }