ICSSRule.Type

ICSSRule.Type property

The type of the rule, as defined CSSOM # dom-cssrule-type. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.

public short Type { get; }

Property Value

A non-negative integer associated with a particular type of rule. This item is initialized when a rule is created and cannot change.

See Also