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
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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