Interface IElementCSSInlineStyle

Interface IElementCSSInlineStyle

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.2.0)

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

[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface IElementCSSInlineStyle

Properties

Style

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

[DOMName("style")]
ICSSStyleDeclaration Style { get; }

Property Value

ICSSStyleDeclaration