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