UIHelperFindChildT Method (DependencyObject) |
Finds a Child of a given item in the visual tree.
Namespace:
SharpCharts.Base.Common
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public static T FindChild<T>(
DependencyObject parent
)
where T : DependencyObject
Parameters
- parent
- Type: System.WindowsDependencyObject
A direct parent of the queried item.
Type Parameters
- T
- The type of the queried item.
Return Value
Type:
TThe first parent item that matches the submitted type parameter.
If not matching item can be found,
a null parent is being returned.
See Also