Interface IElementCSSInlineStyle

IElementCSSInlineStyle interface

附加到元素的内联样式信息通过 style 属性公开。这表示 HTML 元素(或以相同方式使用 STYLE 属性的其他模式或 DTD 中的元素)的 STYLE 属性的内容。

public interface IElementCSSInlineStyle

特性

姓名描述
Style { get; }表示表示一个样式属性,允许作者直接将样式信息应用到特定元素。

也可以看看