MarkerPos Enum

MarkerPos enumeration

Specifies the position of markers in SVG.

public enum MarkerPos

Values

NameValueDescription
None0Indicates that no markers will be rendered on the element.

Remarks

This enumeration is used to define the presence or absence of markers in an SVG element. It is typically used in attributes that control the rendering of markers at the vertices or control points of shapes.

See Also