IElementCSSInlineStyle.Style

IElementCSSInlineStyle.Style property

The style attribute must return a CSS declaration block object whose computed flag is unset, whose parent CSS rule is null, and whose owner node is the context object.

public ICSSStyleDeclaration Style { get; }

Property Value

The associated CSS declaration block for the node or null if there is no associated CSS declaration block.

See Also