IViewCSS Interface
IViewCSS interface
This interface represents a CSS view.
public interface IViewCSS : IAbstractView
Methods
| Name | Description |
|---|---|
| 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
- interface IAbstractView
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG