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
Properties
KeyText
この属性は、カンマ区切りのパーセンテージ値のリストとしてキーフレームセレクタを表します。‘from’ および ‘to’ キーワードは、それぞれ ‘0%’ および ‘100%’ にマッピングされます。
string KeyText { get; }
Property Value
Style
この属性は、このキーフレームに関連付けられたスタイルを表します。
ICSSStyleDeclaration Style { get; }