Class CSSMathMin
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The CSSMathMin interface of the CSS Typed Object Model API represents the CSS {{CSSXref('min','min()')}} function. It inherits properties and methods from its parent 'CSSNumericValue'.
[Value("CSSMathMin")]
public class CSSMathMin : CSSMathValue
- Inheritance
-
CSSMathMin
- Inherited Members
Remarks
Constructors
CSSMathMin()
public CSSMathMin()
CSSMathMin(params Union13[])
NOTE
ExperimentalCSSMathMin() constructor creates anew CSSMathMin object which represents the CSS
'min' function.
public CSSMathMin(params Union13[] args)
Parameters
argsUnion13[]
Remarks
Properties
Values
The CSSMathMin.values read-only property of the
CSSMathMin interface returns a 'CSSNumericArray' object
which contains one or more 'CSSNumericValue' objects.
[Value("values")]
public CSSNumericArray Values { get; }
Property Value
- CSSNumericArray
A 'CSSNumericArray'.