VerticalPosition Enum
VerticalPosition enumeration
Specifies the vertical position of an element or a component in SVG.
public enum VerticalPosition
Values
| Name | Value | Description |
|---|---|---|
| Top | 0 | Aligns the element or component to the top. |
| Center | 1 | Centers the element or component vertically. |
| Bottom | 2 | Aligns the element or component to the bottom. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG