Adorner::AdornedElement Property

 

Gets the UIElement that this adorner is bound to.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property UIElement^ AdornedElement {
	UIElement^ get();
}

Property Value

Type: System.Windows::UIElement^

The element that this adorner is bound to. The default value is null.

.NET Framework
Available since 3.0
Return to top
Show: