SVGBuilderExtensions.StrokeDashoffset
SVGBuilderExtensions.StrokeDashoffset<TBuilder> method
Sets the ‘stroke-dashoffset’ attribute for an SVG element, defining the offset for the start of the stroke dash array.
public static TBuilder StrokeDashoffset<TBuilder>(this TBuilder builder, double value,
LengthType type = LengthType.Px)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The dash offset value. |
type | The unit type for the offset value. |
Return Value
The builder instance for chaining.
See Also
- enum LengthType
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG