TextAnchor Enum
TextAnchor enumeration
Specifies how text is horizontally aligned relative to a given point.
public enum TextAnchor
Values
| Name | Value | Description |
|---|---|---|
| Start | 0 | The text is aligned to the start of the line. |
| Middle | 1 | The text is aligned to the middle of the line. |
| End | 2 | The text is aligned to the end of the line. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG