Interface ICssValueList
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Core.dll
The ICssValueList
interface provides the abstraction of an ordered collection of CSS values.
public interface ICssValueList : ICssValue
- Inherited Members
Properties
- this[ulong]
Used to retrieve a ICssValue by ordinal index. The order in this collection represents the order of the values in the CSS style property. If index is greater than or equal to the number of values in the list, this returns null.
- Length
The number of CSS Values in the list. The range of valid values of the indices is 0 to length-1 inclusive.