HorizontalEdge Enum

HorizontalEdge enumeration

Specifies the horizontal edge reference for positioning in SVG.

public enum HorizontalEdge

Values

NameValueDescription
Left0Refers to the left edge for horizontal positioning.
Right1Refers to the right edge for horizontal positioning.

See Also