C# Class 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
Inheritance: SingleChildAdornerBase
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
UIElementAdorner ( UIElement adornedElement, UIElement childElement ) : System

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

Method Details

UIElementAdorner() public méthode

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.
Résultat System