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