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)
Parameter | Type | Description |
---|---|---|
value | Double | The width of the marker’s viewport. |
type | LengthType | The unit of measurement for the width (default is pixels). |
Return Value
The current instance of SVGMarkerElementBuilder for method chaining.
See Also
- enum LengthType
- class SVGMarkerElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG