Click or drag to resize

UIHelperFindLogicalChildrenT Method

Gets the logical child

Namespace:  SharpCharts.Base.Common
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public static IEnumerable<T> FindLogicalChildren<T>(
	DependencyObject depObj
)
where T : DependencyObject

Parameters

depObj
Type: System.WindowsDependencyObject
Dependency object

Type Parameters

T
Type

Return Value

Type: IEnumerableT
See Also