AdornerManager.GetAdorner Method

DevZest WPF Docking

AdornerManagerGetAdorner Method
Gets the value of Adorner attached property from a given FrameworkElement.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static UIElement GetAdorner(
	FrameworkElement element
)
Public Shared Function GetAdorner ( 
	element As FrameworkElement
) As UIElement

Parameters

element
Type: System.WindowsFrameworkElement
The element from which to read the property value.

Return Value

Type: UIElement
The value of Adorner attached property.
See Also