Interface ICSSKeyframeRule

Interface ICSSKeyframeRule

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)

L’interfaccia CSSKeyframeRule rappresenta la regola di stile per un singolo keyframe.

[ComVisible(true)]
[DOMObject]
[DOMName("CSSKeyframeRule")]
public interface ICSSKeyframeRule : ICSSRule

Implementa

ICSSRule

Proprietà

KeyText

Questo attributo rappresenta il selettore del keyframe come un elenco di valori percentuali separati da virgole. Le parole chiave ‘from’ e ‘to’ corrispondono a ‘0%’ e ‘100%’, rispettivamente.

string KeyText { get; }

Valore della Proprietà

string

Style

Questo attributo rappresenta lo stile associato a questo keyframe.

ICSSStyleDeclaration Style { get; }

Valore della Proprietà

ICSSStyleDeclaration

 Italiano