SVGBuilderExtensions.AddMarker
SVGBuilderExtensions.AddMarker method 
Adds a ‘marker’ element configuration to the builder.
public static TBuilder AddMarker<TBuilder>(this TBuilder builder, 
    Action<SVGMarkerElementBuilder> configure)
    where TBuilder : ISVGElementBuilder, IShapeContentElementBuilder
| Parameter | Description | 
|---|---|
| TBuilder | The type of the SVG element builder. | 
| builder | The builder instance. | 
| configure | The configuration action for the ‘marker’ element. | 
Return Value
The builder instance for chaining.
See Also
- class SVGMarkerElementBuilder
- interface ISVGElementBuilder
- interface IShapeContentElementBuilder
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG