ICSSValueList Interface

ICSSValueList interface

The interface provides the abstraction of an ordered collection of CSS values.

public interface ICSSValueList

Properties

NameDescription
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