Method GetCounterValue
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Core.dll
GetCounterValue()
This method is used to get the ICssCounter 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 ICssCounter interface
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 notCOUNTER
).