SVGMarkerElementBuilder.MarkerUnits

SVGMarkerElementBuilder.MarkerUnits method

Sets the ‘markerUnits’ attribute of the SVG ‘marker’ element, specifying the coordinate system for the marker’s attributes.

public SVGMarkerElementBuilder MarkerUnits(MarkerUnits units)
ParameterTypeDescription
unitsMarkerUnitsThe marker units, either ‘userSpaceOnUse’ or ‘strokeWidth’.

Return Value

The current instance of SVGMarkerElementBuilder for method chaining.

See Also