Interface ICSSKeyframeRule
Interface ICSSKeyframeRule
اسم الفضاء : Aspose.Html.Dom.Css مجموعة: Aspose.HTML.dll (25.4.0)
واجهة CSSKeyframeRule تمثل قاعدة النمط لمفتاح واحد.
[ComVisible(true)]
[DOMObject]
[DOMName("CSSKeyframeRule")]
public interface ICSSKeyframeRule : ICSSRule
Implements
Properties
KeyText
يمثل هذا الخصائص مختار الإطار المفتاح كقائمة منفصلة من قيم النسبة المئوية.الخريطة “من” و “إلى” الكلمات الرئيسية إلى “0٪” و “100٪” على التوالي.
string KeyText { get; }
قيمة الممتلكات
Style
يمثل هذا الخصائص النمط المرتبط بهذه المفاتيح.
ICSSStyleDeclaration Style { get; }