Interface ICSSKeyframeRule

Interface ICSSKeyframeRule

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

Giao diện CSSKeyframeRule đại diện cho quy tắc kiểu cho một key duy nhất.

[ComVisible(true)]
[DOMObject]
[DOMName("CSSKeyframeRule")]
public interface ICSSKeyframeRule : ICSSRule

Implements

ICSSRule

Properties

KeyText

Thuộc tính này đại diện cho bộ chọn keyframe dưới dạng danh sách các giá trị phần trăm ngăn cách bằng dấu phẩy. Các từ khóa ‘from’ và ‘to’ tương ứng với ‘0%’ và ‘100%’.

string KeyText { get; }

Property Value

string

Style

Thuộc tính này đại diện cho kiểu liên kết với keyframe này.

ICSSStyleDeclaration Style { get; }

Property Value

ICSSStyleDeclaration

 Tiếng Việt