Click or drag to resize

TextBlockAddChild Method (String, String)

Creates the child block.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public TextBlock AddChild(
	string name,
	string data = ""
)

Parameters

name
Type: SystemString
The block name.
data (Optional)
Type: SystemString
The block data string.

Return Value

Type: TextBlock
The child block.
Remarks
Names of blocks can repeat.
See Also