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

ICSSRule

Properties

KeyText

この属性は、キーフレームセレクターを割り当てられた割合値のリストとして表します. キーワードマップは「0%」と「100%」に「から」と「へ」です。

string KeyText { get; }

不動産価値

string

Style

この属性は、このキーフレームに関連するスタイルを表しています。

ICSSStyleDeclaration Style { get; }

不動産価値

ICSSStyleDeclaration

 日本語