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; }

Return Value

propertyName is a String that is the name of the CSS property at the specified index.

Property Value

index is the index of the node to be fetched. The index is zero-based.

See Also