SVGElementStyle Property
Corresponds to attribute ‘style’ on the given element. If the user agent does not support styling with CSS, then this attribute must always have the value of null.

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

Property Value

Type: ICSSStyleDeclaration
The style.

Implements

IElementCSSInlineStyleStyle
See Also