ICSSCounterStyleRule.Prefix

ICSSCounterStyleRule.Prefix property

The prefix property of the CSSCounterStyleRule interface gets and sets the value of the prefix descriptor. If the descriptor does not have a value set, this attribute returns an empty String.

public String Prefix { get; }

Property Value

Gets and sets the value of the prefix descriptor. If the descriptor does not have a value set, this attribute returns an empty String.

See Also