marker_width method
marker_width
Sets the ‘markerWidth’ attribute of the SVG ‘marker’ element, specifying the width of the marker’s viewport.
Returns
The current instance of SVGMarkerElementBuilder for method chaining.
def marker_width(self, value, type):
...
Parameter | Type | Description |
---|---|---|
value | float | The width of the marker’s viewport. |
type | LengthType | The unit of measurement for the width (default is pixels). |
See Also
- module
aspose.svg.builder
- class
SVGMarkerElementBuilder