Click or drag to resize

LabelSetValign Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Label.SetValign(Godot.Label.VAlign)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetValign is deprecated. Use the Valign property instead.")]
public void SetValign(
	LabelVAlign valign
)

Parameters

valign
Type: GodotLabelVAlign

[Missing <param name="valign"/> documentation for "M:Godot.Label.SetValign(Godot.Label.VAlign)"]

See Also