SVGMarkerElementBuilder.MarkerWidth

SVGMarkerElementBuilder.MarkerWidth method

Sets the ‘markerWidth’ attribute of the SVG ‘marker’ element, specifying the width of the marker’s viewport.

public SVGMarkerElementBuilder MarkerWidth(double value, LengthType type = LengthType.Px)
ParameterTypeDescription
valueDoubleThe width of the marker’s viewport.
typeLengthTypeThe unit of measurement for the width (default is pixels).

Return Value

The current instance of SVGMarkerElementBuilder for method chaining.

See Also