VerticalEdge Enum

VerticalEdge enumeration

Specifies the vertical edge reference for positioning in SVG.

public enum VerticalEdge

Values

NameValueDescription
Top0Refers to the top edge for vertical positioning.
Bottom1Refers to the bottom edge for vertical positioning.

See Also