Click or drag to resize

ControlSetEnd Method

Sets MarginRight and MarginBottom at the same time.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetEnd(
	Vector2 position
)

Parameters

position
Type: GodotVector2

[Missing <param name="position"/> documentation for "M:Godot.Control.SetEnd(Godot.Vector2)"]

See Also