SVGElement.Style
SVGElement.Style 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.
public ICSSStyleDeclaration Style { get; }
Property Value
The style.
See Also
- interface ICSSStyleDeclaration
- class SVGElement
- package com.aspose.html.Dom.Svg
- package Aspose.HTML