IViewCSS Interface

IViewCSS interface

This interface represents a CSS view.

public interface IViewCSS : IAbstractView

Methods

NameDescription
GetComputedStyle(Element)This method is used to get the computed style as it is defined in CSS2.
GetComputedStyle(Element, string)This method is used to get the computed style as it is defined in CSS2.

See Also