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

 日本語