Enum HorizontalPosition

Enum HorizontalPosition

Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)

Specifies the horizontal position of an element or a component in SVG.

[ComVisible(true)]
public enum HorizontalPosition

Fields

Center = 1

Centers the element or component horizontally.

Left = 0

Aligns the element or component to the left.

Right = 2

Aligns the element or component to the right.

 English