[]
Represents the resize anchor.
public enum ResizeAnchor
Public Enum ResizeAnchor
Name | Description |
---|---|
Bottom | The bottom resize anchor. |
BottomLeft | The bottom left resize anchor. |
BottomRight | The bottom right resize anchor. |
Left | The top resize anchor. |
None | There is no resize anchor. |
Right | The right resize anchor. |
Top | The top resize anchor. |
TopLeft | The top left resize anchor. |
TopRight | The top right resize anchor. |