SVGElementClassName Property
Corresponds to attribute ‘class’ on the given element.

Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public SVGAnimatedString ClassName { get; }

Property Value

Type: SVGAnimatedString
The name of the class.
See Also