Contains the anchoring styles with which text will cling to its bounding shape after resizing.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum AutoSizeAnchor
Member name | Description |
---|---|
BottomCenter |
The center of the bottom side. |
BottomLeft |
The lower-left corner. |
BottomRight |
The lower-right corner. |
Center |
The center of the bounding shape. |
CenterLeft |
The center of the left side. |
CenterRight |
The center of the right side. |
TopCenter |
The center of the top side. |
TopLeft |
The upper-left corner. |
TopRight |
The upper-right corner. |