SVGBuilderExtensions.MarkerEnd
Contents
[
Hide
]MarkerEnd(this TBuilder, string) 
Sets the ‘marker-end’ attribute for an SVG element, specifying the marker at the end of a path.
public static TBuilder MarkerEnd<TBuilder>(this TBuilder builder, string markerId)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
| Parameter | Description | 
|---|---|
| TBuilder | The type of the SVG element builder. | 
| builder | The builder instance. | 
| markerId | The ID of the marker to use. | 
Return Value
The builder instance for chaining.
See Also
- interface IAttributeSetter
 - interface IPresentationAttributeSetter
 - class SVGBuilderExtensions
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG
 
MarkerEnd(this TBuilder, MarkerPos) 
Sets the ‘marker-end’ attribute for an SVG element using a predefined marker position.
public static TBuilder MarkerEnd<TBuilder>(this TBuilder builder, MarkerPos value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
| Parameter | Description | 
|---|---|
| TBuilder | The type of the SVG element builder. | 
| builder | The builder instance. | 
| value | The marker position value to set. | 
Return Value
The builder instance for chaining.
See Also
- enum MarkerPos
 - interface IAttributeSetter
 - interface IPresentationAttributeSetter
 - class SVGBuilderExtensions
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG