Class CSSMathNegate
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The CSSMathNegate interface of the CSS Typed Object Model API negates the value passed into it. It inherits properties and methods from its parent 'CSSNumericValue'.
[Value("CSSMathNegate")]
public class CSSMathNegate : CSSMathValue
- Inheritance
-
CSSMathNegate
- Inherited Members
Remarks
Constructors
CSSMathNegate()
public CSSMathNegate()
CSSMathNegate(Union13)
The CSSMathNegate() constructor creates a
new CSSMathNegate object which negates the value passed into it.
public CSSMathNegate(Union13 arg)
Parameters
argUnion13
Remarks
Properties
Value
The CSSMathNegate.value read-only property of the
CSSMathNegate interface returns a 'CSSNumericValue' object.
[Value("value")]
public CSSNumericValue Value { get; }
Property Value
- CSSNumericValue
A 'CSSNumericValue'.