ScreenDockingPosition Enumeration
Specifies a screen-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 ScreenDockingPosition
Public Enumeration ScreenDockingPosition
Dim instance As ScreenDockingPosition
public enum class ScreenDockingPosition
type ScreenDockingPosition
No code example is currently available or this language may not be supported.
CenterScreen |
0 |
The center of the screen.
|
BoundsBottomLeft |
1 |
The bottom-left corner of the bounds of the screen.
|
BoundsBottomRight |
2 |
The bottom-right corner of the bounds of the screen.
|
BoundsTopLeft |
3 |
The top-left corner of the bounds of the screen.
|
BoundsTopRight |
4 |
The top-right corner of the bounds of the screen.
|
WorkingAreaBottomLeft |
5 |
The bottom-left corner of the working area of the screen.
|
WorkingAreaBottomRight |
6 |
The bottom-right corner of the working area of the screen.
|
WorkingAreaTopLeft |
7 |
The top-left corner of the working area of the screen.
|
WorkingAreaTopRight |
8 |
The top-right corner of the working area of the screen.
|