ICSSRuleList.Length

ICSSRuleList.Length property

The length property of the CSSRuleList interface returns the number of CSSRule objects in the list.

public int Length { get; }

Property Value

An integer representing the number of CSS rules into this collection.

See Also