C# Класс WPF.JoshSmith.Adorners.UIElementAdorner

An adorner which can display one and only one UIElement. The element is added to the adorner's visual and logical trees, enabling it to particpate in dependency property value inheritance, amongst other things.
Used In: http://www.codeproject.com/KB/WPF/SmartTextBox.aspx
Наследование: SingleChildAdornerBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
UIElementAdorner ( UIElement adornedElement, UIElement childElement ) : System

Constructor. Adds 'childElement' to the adorner's visual and logical trees.

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

UIElementAdorner() публичный Метод

Constructor. Adds 'childElement' to the adorner's visual and logical trees.
public UIElementAdorner ( UIElement adornedElement, UIElement childElement ) : System
adornedElement System.Windows.UIElement The element to which the adorner will be bound.
childElement System.Windows.UIElement The element to be displayed in the adorner.
Результат System