ICSSCounterStyleRule.Fallback

ICSSCounterStyleRule.Fallback property

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

public string Fallback { get; }

Property Value

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

See Also