VerticalPosition enumeration

VerticalPosition enumeration

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

The VerticalPosition type exposes the following members:

Fields

FieldDescription
TOPAligns the element or component to the top.
CENTERCenters the element or component vertically.
BOTTOMAligns the element or component to the bottom.

See Also