WindowEdges Enumeration
Specified a window edge.
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 Enumeration WindowEdges
Dim instance As WindowEdges
public enum class WindowEdges
No code example is currently available or this language may not be supported.
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.
|