Interface ICssView
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Core.dll
This interface represents a CSS view. The GetComputedStyle(XmlElement, string) method provides a read only access to the computed values of an element.
public interface ICssView
Methods
- GetComputedStyle(XmlElement, string)
This method is used to get the computed style as it is defined in [CSS2].