Table of Contents

Interface ElementCSSInlineStyle

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("ElementCSSInlineStyle")]
public interface ElementCSSInlineStyle

Properties

AttributeStyleMap

[Value("attributeStyleMap")]
StylePropertyMap AttributeStyleMap { get; }

Property Value

StylePropertyMap

Style

[Value("style")]
CSSStyleDeclaration Style { get; }

Property Value

CSSStyleDeclaration