DockManager.GetOverlay Method

DevZest WPF Docking

DockManagerGetOverlay Method
Gets the value of Overlay attached property from a given FrameworkElement.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static Overlay GetOverlay(
	FrameworkElement element
)
Public Shared Function GetOverlay ( 
	element As FrameworkElement
) As Overlay

Parameters

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

Return Value

Type: Overlay
The value of Overlay attached property.
See Also