CSSValueList.Item

CSSValueList indexer

Gets the CSSValue at the specified index.

public CSSValue this[int index] { get; }
ParameterDescription
indexThe index.

Property Value

The CSSValue.

See Also