[]
        
(Showing Draft Content)

DDCssLib.CSSDeclaration.GetProperty

GetProperty Method

GetProperty(int)

Returns the eCSSProperty at the specified index in the property order array.

Declaration
public eCSSProperty GetProperty(int nIndex)
Parameters
Type Name Description
int nIndex

The index within the order array to retrieve the element at.

Returns
Type Description
eCSSProperty

The eCSSProperty value at the specified index within the order array.

Remarks

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.