ScreenDockingPosition Enumeration

Specifies a screen-docking position.

Definition

Namespace: DevCase.Core.Application.Forms
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ScreenDockingPosition

Members

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.

See Also