Item
ICSSRuleList indexer
用于通过 item() 方法检索 CSS 规则 (http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList)。此集合中的顺序表示 CSS 样式表中规则的顺序。如果 index 大于或等于列表中的规则数,则返回 null.
public ICSSRule this[int index] { get; }
范围 | 描述 |
---|---|
index | 规则索引 |
返回值
CSS 规则实例。
适当的价值
的ICSSRule
.
也可以看看
- interface ICSSRule
- interface ICSSRuleList
- 命名空间 Aspose.Svg.Dom.Css
- 部件 Aspose.SVG