AdornerLayer::GetAdorners Method (UIElement^)
.NET Framework (current version)
Returns an array of adorners that are bound to the specified UIElement.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System.Windows::UIElement^
The UIElement to retrieve an array of adorners for.
Return Value
Type: array<System.Windows.Documents::Adorner^>^An array of adorners that decorate the specified UIElement, or null if there are no adorners bound to the specified element.
.NET Framework
Available since 3.0
Available since 3.0
Show: