Overlay.AssociatedElement Property

DevZest WPF Docking

OverlayAssociatedElement Property
Gets the associated element.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public FrameworkElement AssociatedElement { get; }
Public ReadOnly Property AssociatedElement As FrameworkElement
	Get

Property Value

Type: FrameworkElement
The associated element.
See Also