SVGBuilderExtensions.Class
SVGBuilderExtensions.Class<TBuilder> method
Sets the ‘class’ attribute, assigning one or more class names to the SVG element.
public static TBuilder Class<TBuilder>(this TBuilder builder, params string[] value)
where TBuilder : ISVGElementBuilder, ICoreAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The class names to assign. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface ICoreAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG