[]
Specifies the position enumeration.
public enum Position : byte
Name | Description |
---|---|
Auto | The automatic position. |
Bottom | The bottom position. |
BottomLeft | The bottom left position. |
BottomRight | The bottom right position. |
Center | The center position. |
Left | The left position. |
Right | The right position. |
Top | The top position. |
TopLeft | The top left position. |
TopRight | The top right position. |