ICSSValueList.Item

ICSSValueList indexer

Methode retourneert deCSSValue op de gespecificeerde index. http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

public CSSValue this[int index] { get; }
ParameterBeschrijving
indexDe index.

Winstwaarde

De CSS-waarde.

Eigendoms-waarde

DeCSSValue .

Zie ook