Interface ICSSMarginRule

Interface ICSSMarginRule

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

CSSMarginRule 接口表示一个边距 at-rule。

[DOMObject]
[DOMName("CSSMarginRule")]
[ComVisible(true)]
public interface ICSSMarginRule : ICSSRule

实现

ICSSRule

属性

名称

name 属性必须返回边距 at-rule 的名称。@ 字符不包含在名称中。

[DOMName("name")]
string Name { get; }

属性值

string

样式

此规则的声明块。

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

属性值

ICSSStyleDeclaration

 中文