ICSSValueList Interface
ICSSValueList interface
The interface provides the abstraction of an ordered collection of CSS values.
public interface ICSSValueList
Properties
Name | Description |
---|---|
Item { get; } | Method returns the CSSValue at the specified index. http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList |
Length { get; } | The number of CSSValues in the list. |
See Also
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG