DockManager.Preview Attached Property

DevZest WPF Docking

DockManagerPreview Attached Property
Gets a value indicates where the drop preview should be displayed for specified element.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
See GetPreview
See GetPreview

Property Value

Type: DropPosition
A DropPosition value indicates where the drop preview should be displayed. The default value is None.
See Also