Table of Contents

Interface IElementCssInlineStyle

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.dll

Inline style information attached to elements is exposed through the style attribute.

public interface IElementCssInlineStyle

Remarks

This represents the contents of the STYLE attribute for HTML elements (or elements in other schemas or DTDs which use the STYLE attribute in the same way). The expectation is that an instance of the IElementCssInlineStyle interface can be obtained by using binding-specific casting methods on an instance of the Element interface when the element supports inline CSS style informations.

Properties

Style

The style attribute