Click or drag to resize

UIHelperFindFirstChildT Method

Gets the first available 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 T FindFirstChild<T>(
	DependencyObject depObj,
	bool b_IsVisual
)
where T : DependencyObject

Parameters

depObj
Type: System.WindowsDependencyObject
Dependency object
b_IsVisual
Type: SystemBoolean
isVisual

Type Parameters

T
Type

Return Value

Type: T
See Also