Class CSSFunctionDescriptors
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
ExperimentalCSSFunctionDescriptors 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.
Constructors
CSSFunctionDescriptors()
public CSSFunctionDescriptors()
Properties
Result
NOTE
Experimentalresult 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
resultdescriptor exists in the associated set of declarations, an empty string is returned.