Interface ICSSMarginRule

Interface ICSSMarginRule

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

The CSSMarginRule interface represents a margin at-rule.

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

Implements

ICSSRule

Properties

Name

The name attribute must return the name of the margin at-rule. The @ character is not included in the name.

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

Property Value

string

Style

The declaration-block of this rule.

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

Property Value

ICSSStyleDeclaration