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

 日本語