ICSSCounterStyleRule.Name

ICSSCounterStyleRule.Name property

The name property of the CSSCounterStyleRule interface gets and sets the custom-ident defined as the name for the associated rule.

public string Name { get; }

Property Value

Gets and sets the custom-ident defined as the name for the associated rule.

See Also