Click or drag to resize

AspectRatioContainerSetAlignmentVertical Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AspectRatioContainer.SetAlignmentVertical(Godot.AspectRatioContainer.AlignMode)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAlignmentVertical is deprecated. Use the AlignmentVertical property instead.")]
public void SetAlignmentVertical(
	AspectRatioContainerAlignMode alignmentVertical
)

Parameters

alignmentVertical
Type: GodotAspectRatioContainerAlignMode

[Missing <param name="alignmentVertical"/> documentation for "M:Godot.AspectRatioContainer.SetAlignmentVertical(Godot.AspectRatioContainer.AlignMode)"]

See Also