WindowEdges Enumeration

Specified a window edge.

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 WindowEdges

Members

None 0 Any edge.
Left 1 Left edge.
Right 2 Right edge.
Top 3 Top edge.
Bottom 4 Bottom edge.
TopLeft 5 Top-Left edge.
TopRight 6 Top-Right edge.
BottomLeft 7 Bottom-Left edge.
BottomRight 8 Bottom-Right edge.

See Also