Click or drag to resize

TextBlock Constructor

Create a root block.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public TextBlock()
Example
Example of creation of the block and filling by data. TextBlock block = new TextBlock(); TextBlock childBlock = block.AddChild( "childBlock", "child block data" ); childBlock.SetAttribute( "attribute", "attribute value" );
See Also