Interface ICSSMarginRule

Interface ICSSMarginRule

名称: Aspose.Html.Dom.Css 编辑: Aspose.HTML.dll (25.4.0)

CSSMarginRule 界面代表一个在规则上的边界。

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

Implements

ICSSRule

Properties

Name

名称属性必须返回边缘的名称. @ 字符不包含在名称中。

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

财产价值

string

Style

这个规则的宣言封锁。

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

财产价值

ICSSStyleDeclaration

 中文