Method GetAdorner
| Improve this Doc View SourceGetAdorner(FrameworkElement)
Gets the value of DevZest.Windows.AdornerManager.Adorner attached property from a given System.Windows.FrameworkElement.
Declaration
public static UIElement GetAdorner(FrameworkElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.FrameworkElement | element | The element from which to read the property value. |
Returns
| Type | Description |
|---|---|
| System.Windows.UIElement | The value of DevZest.Windows.AdornerManager.Adorner attached property. |