Adorner Constructor (UIElement^)

 

Initializes a new instance of the Adorner class.

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

protected:
Adorner(
	UIElement^ adornedElement
)

Parameters

adornedElement
Type: System.Windows::UIElement^

The element to bind the adorner to.

Exception Condition
ArgumentNullException

adornedElement is null.

When implementing a class that inherits from Adorner, ensure that the inheriting class's constructor calls the base class constructor.

.NET Framework
Available since 3.0
Return to top
Show: