Interface ICSSKeyframeRule

Interface ICSSKeyframeRule

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

อินเตอร์เฟส CSSKeyframeRule แทนกฎสไตล์สำหรับคีย์เฟรมเดียว

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

Implements

ICSSRule

Properties

KeyText

แอตทริบิวต์นี้แทนตัวเลือกคีย์เฟรมเป็นรายการค่าร้อยละที่คั่นด้วยลูกน้ำ คำว่า ‘from’ และ ‘to’ จะตรงกับ ‘0%’ และ ‘100%’ ตามลำดับ

string KeyText { get; }

Property Value

string

Style

แอตทริบิวต์นี้แทนสไตล์ที่เกี่ยวข้องกับคีย์เฟรมนี้

ICSSStyleDeclaration Style { get; }

Property Value

ICSSStyleDeclaration

 แบบไทย