Table of Contents

Class CSSFunctionDescriptors

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The CSSFunctionDescriptors interface of the CSS Object Model represents the descriptors contained within a set of CSS declarations represented by a CSSFunctionDeclarations object.
[Value("CSSFunctionDescriptors")]
public class CSSFunctionDescriptors : CSSStyleDeclaration
Inheritance
CSSFunctionDescriptors
Inherited Members

Remarks

A CSSFunctionDescriptors object is accessed via the Style property.

-@function
-CSSFunctionRule
-CSSFunctionDeclarations

See also on MDN

Constructors

CSSFunctionDescriptors()

public CSSFunctionDescriptors()

Properties

Result

NOTE
Experimental
The result property of the CSSFunctionDescriptors interface returns a string representing a result descriptor, if one exists in the associated set of declarations.
[Value("result")]
public string Result { get; set; }

Property Value

string

A string.If no result descriptor exists in the associated set of declarations, an empty string is returned.

Remarks