AdornerLayer::Add Method (Adorner^)

 

Adds an adorner to the adorner layer.

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

public:
void Add(
	Adorner^ adorner
)

Parameters

adorner
Type: System.Windows.Documents::Adorner^

The adorner to add.

Exception Condition
ArgumentNullException

Raised when adorner is null.

.NET Framework
Available since 3.0
Return to top
Show: