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
Implements
Properties
Name
name 속성은 마진 at-rule의 이름을 반환해야 합니다. @ 문자는 이름에 포함되지 않습니다.
[DOMName("name")]
string Name { get; }
Property Value
Style
이 규칙의 선언 블록입니다.
[DOMName("style")]
ICSSStyleDeclaration Style { get; }