Table of Contents

Method GetCounterValue

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll

GetCounterValue()

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 virtual ICssCounter GetCounterValue()

Returns

ICssCounter

The Counter value.

Exceptions

DomException

INVALID_ACCESS_ERR: Raised if the CSS value doesn't contain a Counter value (e.g. this is not CSS_COUNTER).