Enum TextAnchor
Enum TextAnchor
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies how text is horizontally aligned relative to a given point.
[ComVisible(true)]
public enum TextAnchor
Fields
End = 2
The text is aligned to the end of the line.
Middle = 1
The text is aligned to the middle of the line.
Start = 0
The text is aligned to the start of the line.