ICSSCounterStyleRule.CounterType

ICSSCounterStyleRule.CounterType property

The counter type property of the CSSCounterStyleRule interface gets the value of the counter type descriptor.

public string CounterType { get; }

Property Value

Gets the value of the counter type descriptor of current instance.

See Also