C# Класс ControlTiltEffect.TreeHelpers

Couple of simple helpers for walking the visual tree
Показать файл Открыть проект

Открытые методы

Метод Описание
GetVisualAncestors ( this node ) : IEnumerable

Gets the ancestors of the element, up to the root

GetVisualParent ( this node ) : FrameworkElement

Gets the visual parent of the element

Описание методов

GetVisualAncestors() публичный статический Метод

Gets the ancestors of the element, up to the root
public static GetVisualAncestors ( this node ) : IEnumerable
node this The element to start from
Результат IEnumerable

GetVisualParent() публичный статический Метод

Gets the visual parent of the element
public static GetVisualParent ( this node ) : FrameworkElement
node this The element to check
Результат System.Windows.FrameworkElement