Table of Contents

Class CSSNumericArray

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The CSSNumericArray interface of the CSS Typed Object Model API contains a list of CSSNumericValue objects.

[Value("CSSNumericArray")]
public class CSSNumericArray
Inheritance
CSSNumericArray
Inherited Members

Remarks

Constructors

CSSNumericArray()

public CSSNumericArray()

Properties

this[int]

public CSSNumericValue this[int i] { get; set; }

Parameters

i int

Property Value

CSSNumericValue

Length

The read-only length property of the
CSSNumericArray interface returns the number of
CSSNumericValue objects in the list.

[Value("length")]
public ulong Length { get; }

Property Value

ulong

An integer representing the number of CSSNumericValue objects in the
list.

Remarks