DockManager Attached Properties

DevZest WPF Docking

DockManager Attached Properties

The DockManager type exposes the following members.

Attached Properties
  Name Description
Public attached property CanDrag
Gets or sets the value indicates whether drag and double click can be initiated for the specified element.
Public attached property DefaultFloatingPreviewSize
Gets or sets the default size of floating preview for a given DockControl.
Public attached property FloatingPreviewHeight
Gets a value indicates the height of the floating preview for a given DockControl.
Public attached property FloatingPreviewLeft
Gets a value indicates the left position of the floating preview for a given DockControl.
Public attached property FloatingPreviewTop
Gets a value indicates the top position of the floating preview for a given DockControl.
Public attached property FloatingPreviewWidth
Gets a value indicates the width of the floating preview for a given DockControl.
Public attached property FloatingWindowStrategy
Gets the value indicates how FloatingWindow objects are displayed for a given DockControl.
Public attached property IsEnabled
Gets or sets the value indicates whether DockManager is enabled for the DockControl.
Public attached property IsShiftKeyDown
Gets a value indicates whether the SHIFT key is pressed down during drag and drop for a given DockControl.
Public attached property Overlay
Gets or sets the Overlay for a given FrameworkElement.
Public attached property Preview
Gets a value indicates where the drop preview should be displayed for specified element.
Public attached property ShowsBottomGuide
Gets a value indicates whether to show bottom docking guide for a given DockControl.
Public attached property ShowsFillGuide
Gets a value indicates whether to show fill docking guide for a given DockControl.
Public attached property ShowsGuide
Gets a value indicates whether docking guide should be displayed for specified element.
Public attached property ShowsLeftGuide
Gets a value indicates whether to show left docking guide for a given DockControl.
Public attached property ShowsRightGuide
Gets a value indicates whether to show right docking guide for a given DockControl.
Public attached property ShowsTopGuide
Gets a value indicates whether to show top docking guide for a given DockControl.
Public attached property TargetItem
Gets or sets the drop target DockItem for specified element.
Public attached property TargetPosition
Gets or sets the target DropPosition for specified element.
Top
See Also