HorizontalPosition enumeration

HorizontalPosition enumeration

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

The HorizontalPosition type exposes the following members:

Fields

FieldDescription
LEFTAligns the element or component to the left.
CENTERCenters the element or component horizontally.
RIGHTAligns the element or component to the right.

See Also