public TextBlock()
TextBlock block = new TextBlock(); TextBlock childBlock = block.AddChild( "childBlock", "child block data" ); childBlock.SetAttribute( "attribute", "attribute value" );
Copyright 2024 NeoAxis Group. All rights reserved.