SVGElementClassName Property |
Corresponds to attribute ‘class’ on the given element.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGAnimatedString ClassName { get; }
Public ReadOnly Property ClassName As SVGAnimatedString
Get
public:
property SVGAnimatedString^ ClassName {
SVGAnimatedString^ get ();
}
member ClassName : SVGAnimatedString with get
Property Value
Type:
SVGAnimatedString
The name of the class.
See Also