Click or drag to resize

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
C#
public TextBlock FindChild(
	string name
)

Parameters

name
Type: SystemString
The block name.

Return Value

Type: TextBlock
TextBlock if the block has been exists; otherwise, null.
See Also