HorizontalPosition Enum

HorizontalPosition enumeration

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

public enum HorizontalPosition

Values

NameValueDescription
Left0Aligns the element or component to the left.
Center1Centers the element or component horizontally.
Right2Aligns the element or component to the right.

See Also