IElementCSSInlineStyle Interface

IElementCSSInlineStyle interface

Inline style information attached to elements is exposed through the style attribute. 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).

public interface IElementCSSInlineStyle

Properties

NameDescription
Style { get; }Represents Represents a style attribute that allows author to directly apply style information to specific element.

See Also