Enum Side
Indicates the side for Pos operations.
public enum Side
- Extension Methods
Fields
Bottom = 3
The bottom (Y + Height) side of the view.
Left = 0
The left (X) side of the view.
Right = 2
The right (X + Width) side of the view.
Top = 1
The top (Y) side of the view.