ICSSMarginRule Interface
ICSSMarginRule interface
The CSSMarginRule interface represents a margin at-rule (e.g. @top-left) in an @page at-rule.
public interface ICSSMarginRule : ICSSRule
Properties
Name | Description |
---|---|
Name { get; } | The name attribute must return the name of the margin at-rule. The @ character is not included in the name. |
Style { get; } | The style attribute must return a CSSStyleDeclaration object for the margin at-rule. |
See Also
- interface ICSSRule
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML