Sides Enum
Specifies zero or more sides of a rectangle as a combination of flags.
[Flags]
public enum Sides
Fields
Name | Description |
---|---|
All | All four sides: left, top, right, and bottom. |
Bottom | The bottom side. |
Horizontal | The two horizontal sides: top and bottom. |
Left | The left side. |
None | No sides. |
Right | The right side. |
Top | The top side. |
Vertical | The two vertical sides: left and right. |