TextBlockAddChild(TextBlock) Method |
Adds an already created child block.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void AddChild(
TextBlock child
)
Parameters
- child TextBlock
- The child block.
Return Value
See Also