IViewCSSGetComputedStyle Method (Element, String)
This method is used to get the computed style as it is defined in CSS2.

Namespace: Aspose.Svg.Dom.Css
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
ICSSStyleDeclaration GetComputedStyle(
	Element element,
	string pseudoElement
)

Parameters

element
Type: Aspose.Svg.DomElement
The element whose style is to be computed. This parameter cannot be null.
pseudoElement
Type: SystemString
The pseudo element.

Return Value

Type: ICSSStyleDeclaration
The computed style
See Also