Interface ICSSMarginRule

Interface ICSSMarginRule

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

Giao diện CSSMarginRule đại diện cho một quy tắc lề.

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

Implements

ICSSRule

Properties

Tên

Thuộc tính tên phải trả về tên của quy tắc lề. Ký tự @ không được bao gồm trong tên.

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

Giá trị thuộc tính

string

Kiểu

Khối khai báo của quy tắc này.

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

Giá trị thuộc tính

ICSSStyleDeclaration

 Tiếng Việt