[]
Returns the eCSSProperty at the specified index in the property order array.
public eCSSProperty GetProperty(int nIndex)
Type | Name | Description |
---|---|---|
int | nIndex | The index within the order array to retrieve the element at. |
Type | Description |
---|---|
eCSSProperty | The eCSSProperty value at the specified index within the order array. |
The "order array" keeps track of what order the properties were added to the declaration in, so that when the CSS string is recreated the properties are in the original order.