Table of Contents

Class CSSCounterStyleRule

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The CSSCounterStyleRule interface represents an @counter-style at-rule.

[Value("CSSCounterStyleRule")]
public class CSSCounterStyleRule : CSSRule
Inheritance
CSSCounterStyleRule
Inherited Members

Remarks

Constructors

CSSCounterStyleRule()

public CSSCounterStyleRule()

Properties

AdditiveSymbols

The additiveSymbols property of the CSSCounterStyleRule interface gets and sets the value of the {{cssxref("@counter-style/additive-symbols","additive-symbols")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

[Value("additiveSymbols")]
public string AdditiveSymbols { get; set; }

Property Value

string

A string.

Remarks

Fallback

The fallback property of the CSSCounterStyleRule interface gets and sets the value of the {{cssxref("@counter-style/fallback","fallback")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

[Value("fallback")]
public string Fallback { get; set; }

Property Value

string

A string.

Remarks

Name

The name property of the CSSCounterStyleRule interface gets and sets the {{CSSxRef("<custom-ident>")}} defined as the name for the associated rule.

[Value("name")]
public string Name { get; set; }

Property Value

string

A string.

Remarks

Negative

The negative property of the CSSCounterStyleRule interface gets and sets the value of the {{cssxref("@counter-style/negative","negative")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

[Value("negative")]
public string Negative { get; set; }

Property Value

string

A string.

Remarks

Pad

The pad property of the CSSCounterStyleRule interface gets and sets the value of the {{cssxref("@counter-style/pad", "pad")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

[Value("pad")]
public string Pad { get; set; }

Property Value

string

A string.

Remarks

Prefix

The prefix property of the CSSCounterStyleRule interface gets and sets the value of the {{cssxref("@counter-style/prefix","prefix")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

[Value("prefix")]
public string Prefix { get; set; }

Property Value

string

A string.

Remarks

Range

The range property of the CSSCounterStyleRule interface gets and sets the value of the {{cssxref("@counter-style/range","range")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

[Value("range")]
public string Range { get; set; }

Property Value

string

A string.

Remarks

SpeakAs

The speakAs property of the CSSCounterStyleRule interface gets and sets the value of the {{cssxref("@counter-style/speak-as","speak-as")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

[Value("speakAs")]
public string SpeakAs { get; set; }

Property Value

string

A string.

Remarks

Suffix

The suffix property of the CSSCounterStyleRule interface gets and sets the value of the {{cssxref("@counter-style/suffix","suffix")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

[Value("suffix")]
public string Suffix { get; set; }

Property Value

string

A string.

Remarks

Symbols

The symbols property of the CSSCounterStyleRule interface gets and sets the value of the {{cssxref("@counter-style/symbols","symbols")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

[Value("symbols")]
public string Symbols { get; set; }

Property Value

string

A string.

Remarks

System

The system property of the CSSCounterStyleRule interface gets and sets the value of the {{cssxref("@counter-style/system", "system")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

[Value("system")]
public string System { get; set; }

Property Value

string

A string.

Remarks