Click or drag to resize

UIHelper Class

Helper class to get the views and its child
Inheritance Hierarchy
SystemObject
  SharpCharts.Base.CommonUIHelper

Namespace:  SharpCharts.Base.Common
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public static class UIHelper

The UIHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindChildT(DependencyObject)
Finds a Child of a given item in the visual tree.
Public methodStatic memberFindChildT(DependencyObject, String)
Finds a Child of a given item in the visual tree.
Public methodStatic memberFindControlParentT
Gets the parent of the control
Public methodStatic memberFindFirstChildT
Gets the first available child
Public methodStatic memberFindLogicalChildrenT
Gets the logical child
Public methodStatic memberFindLogicalParentT
Public methodStatic memberFindParentT
Public methodStatic memberFindVisualChildrenT
Gets the visual child
Public methodStatic memberFindVisualParentT
Finds a parent of a given item on the visual tree.
Top
See Also