HTMLElement.Style

HTMLElement.Style property

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

public ICSSStyleDeclaration Style { get; }

See Also