Table of Contents

Method GetComputedStyle

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.dll

GetComputedStyle(XmlElement, string)

This method is used to get the computed style as it is defined in [CSS2].

ICssStyleDeclaration GetComputedStyle(XmlElement elt, string pseudoElt)

Parameters

elt XmlElement

The element whose style is to be computed. This parameter cannot be null.

pseudoElt string

The pseudo-element or null if none

Returns

ICssStyleDeclaration