DockManager.ShowsGuide Attached Property

DevZest WPF Docking

DockManagerShowsGuide Attached Property
Gets a value indicates whether docking guide 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 GetShowsGuide
See GetShowsGuide

Property Value

Type: Boolean
if docking guide should be displayed. Otherwise . The default value is .
Remarks
The drag and drop handler only sets value for elements of type DockControl or DockPane. The template of these elements should show/hide the docking guide respectively.
See Also