The sides on which borders can be adjacent.
Enumerator | Value | Description |
---|---|---|
EGulAdjNone | 0x00 |
Indicates that rectangle borders are not adjacent. |
EGulAdjTop | 0x01 |
Adjacent at the top. |
EGulAdjBottom | 0x02 |
Adjacent at the bottom. |
EGulAdjLeft | 0x04 |
Adjacent at the left. |
EGulAdjRight | 0x08 |
Adjacent at the right. |