| TextBlock Constructor | 
Namespace: NeoAxis
 Syntax
Syntaxpublic TextBlock()
 Examples
ExamplesTextBlock block = new TextBlock(); TextBlock childBlock = block.AddChild( "childBlock", "child block data" ); childBlock.SetAttribute( "attribute", "attribute value" );
 See Also
See Also