WindowDockingPosition Enumeration
Specifies a window-docking position.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum WindowDockingPosition
Public Enumeration WindowDockingPosition
Dim instance As WindowDockingPosition
public enum class WindowDockingPosition
type WindowDockingPosition
No code example is currently available or this language may not be supported.
Top |
0 |
The source window's bottom edge is docked to the target window's top edge.
|
Bottom |
1 |
The source window's top edge is docked to the target window's bottom edge.
|
Left |
2 |
The source window's right edge is docked to the target window's left edge.
|
Right |
3 |
The source window's left edge is docked to the target window's right edge.
|
TopLeft |
4 |
The source window's bottom edge is docked to the target window's top-left edge.
|
TopRight |
5 |
The source window's bottom edge is docked to the target window's top-right edge.
|
BottomLeft |
6 |
The source window's top edge is docked to the target window's bottom-left edge.
|
BottomRight |
7 |
The source window's top edge is docked to the target window's bottom-right edge.
|
LeftUp |
8 |
The source window's right edge is docked to the target window's left-up edge.
|
LeftDown |
9 |
The source window's right edge is docked to the target window's left-down edge.
|
RightUp |
10 |
The source window's left edge is docked to the target window's right-up edge.
|
RightDown |
11 |
The source window's left edge is docked to the target window's right-down edge.
|