ICSSStyleDeclaration.Item

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.

public string this[int index] { get; }
ParameterDescription
indexThe property index

Return Value

The CSS value.

See Also