VerticalPosition Enum

VerticalPosition enumeration

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

public enum VerticalPosition

Values

NameValueDescription
Top0Aligns the element or component to the top.
Center1Centers the element or component vertically.
Bottom2Aligns the element or component to the bottom.

See Also