Click or drag to resize

UIHelperFindParentT Method

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 FindParent<T>(
	DependencyObject child,
	bool IsVisual
)
where T : DependencyObject

Parameters

child
Type: System.WindowsDependencyObject
IsVisual
Type: SystemBoolean

Type Parameters

T

Return Value

Type: T
See Also