SVGBuilderExtensions.PaintOrder
SVGBuilderExtensions.PaintOrder<TBuilder> method
Sets the ‘paint-order’ attribute for an SVG element, determining the order of painting fill, stroke, and markers.
public static TBuilder PaintOrder<TBuilder>(this TBuilder builder, PaintOrder value)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The paint order value to set. |
Return Value
The builder instance for chaining.
See Also
- enum PaintOrder
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG