SharpVectors.Dom.Css.CssPrimitiveValue.GetCounterValue C# (CSharp) Method

GetCounterValue() public 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
INVALID_ACCESS_ERR: Raised if the CSS value doesn't contain a Counter value (e.g. this is not CSS_COUNTER).
public GetCounterValue ( ) : SharpVectors.Dom.Css.ICounter
return SharpVectors.Dom.Css.ICounter
        public virtual SharpVectors.Dom.Css.ICounter GetCounterValue()
        {
            throw new NotImplementedException("GetCounterValue");
        }