Table of Contents

Class CSSMathMax

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The CSSMathMax interface of the CSS Typed Object Model API represents the CSS {{CSSXref('max','max()')}} function. It inherits properties and methods from its parent 'CSSNumericValue'.

[Value("CSSMathMax")]
public class CSSMathMax : CSSMathValue
Inheritance
CSSMathMax
Inherited Members

Remarks

Constructors

CSSMathMax()

public CSSMathMax()

CSSMathMax(params Union13[])

NOTE
Experimental
The CSSMathMax() constructor creates a
new CSSMathMax object which represents the CSS {{CSSXref('max', 'max()')}} function.
public CSSMathMax(params Union13[] args)

Parameters

args Union13[]

Remarks

Properties

Values

The CSSMathMax.values read-only property of the
CSSMathMax interface returns a 'CSSNumericArray' object
which contains one or more 'CSSNumericValue' objects.

[Value("values")]
public CSSNumericArray Values { get; }

Property Value

CSSNumericArray

A 'CSSNumericArray'.

Remarks