CSSPrimitiveValue.GetCounterValue

CSSPrimitiveValue.GetCounterValue method

This method is used to get the Counter value. If this CSS value doesn’t contain a counter value, a DOMException is raised. Modification to the corresponding style property can be achieved using the Counter interface.

public abstract Counter GetCounterValue()

Return Value

Returns Counter value

See Also