Click or drag to resize

TreeItemGetTextAlign Method

Returns the given column's text alignment.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public TreeItemTextAlign GetTextAlign(
	int column
)

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.TreeItem.GetTextAlign(System.Int32)"]

Return Value

Type: TreeItemTextAlign

[Missing <returns> documentation for "M:Godot.TreeItem.GetTextAlign(System.Int32)"]

See Also