ICSSValueList.Item
ICSSValueList indexer
Method returns the CSSValue
at the specified index. http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList
public CSSValue this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
Return Value
The CSSValue.
Property Value
The CSSValue
.
See Also
- class CSSValue
- interface ICSSValueList
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG