IElementCSSInlineStyle class

IElementCSSInlineStyle class

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).

The IElementCSSInlineStyle type exposes the following members:

Properties

PropertyDescription
styleRepresents Represents a style attribute that allows author to directly apply style information to specific element.

See Also