Click or drag to resize

Control_GetMinimumSize Method

Virtual method to be implemented by the user. Returns the minimum size for this control. Alternative to RectMinSize for controlling minimum size via code. The actual minimum size will be the max value of these two (in each axis separately).

If not overridden, defaults to .

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual Vector2 _GetMinimumSize()

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.Control._GetMinimumSize"]

See Also