SVGBuilderExtensions.StrokeOpacity
SVGBuilderExtensions.StrokeOpacity<TBuilder> method
Sets the ‘stroke-opacity’ attribute for an SVG element, defining the opacity of the stroke.
public static TBuilder StrokeOpacity<TBuilder>(this TBuilder builder, double opacity)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
opacity | The opacity value. |
Return Value
The builder instance for chaining.
See Also
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG