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

 عربي