Enum VerticalPosition
Enum VerticalPosition
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the vertical position of an element or a component in SVG.
[ComVisible(true)]
public enum VerticalPosition
Fields
Bottom = 2
Aligns the element or component to the bottom.
Center = 1
Centers the element or component vertically.
Top = 0
Aligns the element or component to the top.