Adorner Constructor (UIElement^)
.NET Framework (current version)
Initializes a new instance of the Adorner class.
Assembly: PresentationFramework (in PresentationFramework.dll)
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
Available since 3.0
Show: