ICSSStyleDeclaration indexer

ICSSStyleDeclaration indexer

Used to retrieve the properties that have been explicitly set in this declaration block. The order of the properties retrieved using this method does not have to be the order in which they were set. This method can be used to iterate over all properties in this declaration block.

Indexer

NameDescription
indexThe property index

Returns

The CSS value.

See Also