GetComputedStyle
GetComputedStyle(Element)
此方法用于获取 CSS2 中定义的计算样式。
public ICSSStyleDeclaration GetComputedStyle(Element element)
范围 | 类型 | 描述 |
---|---|---|
element | Element | 要计算其样式的元素。此参数不能为空。 |
返回值
计算样式
也可以看看
- interface ICSSStyleDeclaration
- class Element
- interface IViewCSS
- 命名空间 Aspose.Svg.Dom.Css
- 部件 Aspose.SVG
GetComputedStyle(Element, string)
此方法用于获取 CSS2 中定义的计算样式。
public ICSSStyleDeclaration GetComputedStyle(Element element, string pseudoElement)
范围 | 类型 | 描述 |
---|---|---|
element | Element | 要计算其样式的元素。此参数不能为空。 |
pseudoElement | String | 伪元素。 |
返回值
计算样式
也可以看看
- interface ICSSStyleDeclaration
- class Element
- interface IViewCSS
- 命名空间 Aspose.Svg.Dom.Css
- 部件 Aspose.SVG