HorizontalPosition Enum
HorizontalPosition enumeration
Specifies the horizontal position of an element or a component in SVG.
public enum HorizontalPosition
Values
| Name | Value | Description |
|---|---|---|
| Left | 0 | Aligns the element or component to the left. |
| Center | 1 | Centers the element or component horizontally. |
| Right | 2 | Aligns the element or component to the right. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG