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

NameDescription
getName The name attribute must return the name of the margin at-rule. The @ character is not included in the name.
getStyle The style attribute must return a CSSStyleDeclaration object for the margin at-rule.

See Also