SVGBuilderExtensions.MarkerStart
Contents
[
Hide
]MarkerStart(this TBuilder, string) 
Sets the ‘marker-start’ attribute for an SVG element, specifying the marker at the start of a path.
public static TBuilder MarkerStart<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
MarkerStart(this TBuilder, MarkerPos) 
Sets the ‘marker-start’ attribute for an SVG element using a predefined marker position.
public static TBuilder MarkerStart<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