Click or drag to resize

TreeItemSetTextAlign Method

Sets the given column's text alignment. See TreeItemTextAlign for possible values.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetTextAlign(
	int column,
	TreeItemTextAlign textAlign
)

Parameters

column
Type: SystemInt32

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

textAlign
Type: GodotTreeItemTextAlign

[Missing <param name="textAlign"/> documentation for "M:Godot.TreeItem.SetTextAlign(System.Int32,Godot.TreeItem.TextAlign)"]

See Also