wpf-devexpress-dot-xpf-dot-docking-6103e966.md
Contains values that specify the dock hint.
Namespace : DevExpress.Xpf.Docking
Assembly : DevExpress.Xpf.Docking.v25.2.dll
NuGet Package : DevExpress.Wpf.Docking
public enum DockHint
Public Enum DockHint
| Name | Description |
|---|---|
AutoHideLeft |
Auto-hides hint at the left.
|
| AutoHideTop |
Auto-hides hint at the top.
|
| AutoHideRight |
Auto-hides hint at the right.
|
| AutoHideBottom |
Auto-hides hint at the bottom.
|
| SideLeft |
Displays the dock hint at the left.
|
| SideTop |
Displays the dock hint at the top.
|
| SideRight |
Displays the dock hint at the right.
|
| SideBottom |
Displays the dock hint at the bottom.
|
| CenterLeft |
Displays the dock hint at the center left.
|
| CenterTop |
Displays the dock hint at the center top.
|
| CenterRight |
Displays the dock hint at the center right.
|
| CenterBottom |
Displays the dock hint at the center bottom.
|
| Center |
Displays the dock hint at the center..
|
| TabLeft |
Displays the tab hint at the left.
|
| TabRight |
Displays the tab hint at the right.
|
| TabTop |
Displays the tab hint at the top.
|
| TabBottom |
Displays the tab hint at the bottom.
|
| TabHeader |
Displays the tab hint in the header area.
|
See Also