DockManager.Overlay Attached Property

DevZest WPF Docking

DockManagerOverlay Attached Property
Gets or sets the Overlay for 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
See GetOverlay, SetOverlay
See GetOverlay, SetOverlay

Property Value

Type: Overlay
The Overlay object.
Remarks
In control template, set Overlay attached property for FrameworkElement to display the docking guide and preview overlay.
See Also