ICSSMarginRule Interface

ICSSMarginRule interface

The CSSMarginRule interface represents a margin at-rule.

public interface ICSSMarginRule : ICSSRule

Properties

NameDescription
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 declaration-block of this rule.

See Also