wpf-devexpress-dot-xpf-dot-docking-981d3ff1.md
Contains values that specify dock hint sections. Each DockGuide consists of multiple DockHints.
Namespace : DevExpress.Xpf.Docking
Assembly : DevExpress.Xpf.Docking.v25.2.dll
NuGet Package : DevExpress.Wpf.Docking
public enum DockGuide
Public Enum DockGuide
| Name | Description |
|---|---|
Left |
Displays dock hints at the left. The DockGuide consists of the AutoHideLeft and SideLeft DockHints.
|
| Top |
Displays dock hints at the top. The DockGuide consists of the AutoHideTop and SideTop DockHints.
|
| Right |
Displays dock hints at the right. The DockGuide consists of the AutoHideRight and SideRight DockHints.
|
| Bottom |
Displays dock hints at the bottom. The DockGuide consists of the AutoHideBottom and SideBottom DockHints.
|
| Center |
Displays dock hints at the center. The DockGuide consists of the following DockHints:
When the DockingStyle is VS2010, the DockGuide includes the following extra DockHints:
|
The following figure demonstrates DockGuide values:
See Also