Enum AdjacentTo
Where is the rectangle Adjacent to?
Namespace: Dapplo.Windows.Common.Enums
Assembly: Dapplo.Windows.Common.dll
Syntax
public enum AdjacentTo : int
Fields
Name | Description |
---|---|
Bottom | It's connected on the bottom side. |
Left | It's connected on the left side. |
None | It's not connected |
Right | It's connected on the right side. |
Top | It's connected on the top side. |