TextBlockFindChild Method |
Finds child block by name.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public TextBlock FindChild(
string name
)
Parameters
- name
- Type: SystemString
The block name.
Return Value
Type:
TextBlockTextBlock if the block has been exists; otherwise,
null.
See Also