Interface ICSSKeyframeRule

Interface ICSSKeyframeRule

Il nome: Aspose.Html.Dom.Css Assemblaggio: Aspose.HTML.dll (25.4.0)

L’interfaccia CSSKeyframeRule rappresenta la regola dello stile per una chiave singola.

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

Implements

ICSSRule

Properties

KeyText

Questo attributo rappresenta il selettore chiave come una lista separata di valori percentuali. la mappa delle parole chiave ‘da’ e ‘da’ a ‘0%’ e ‘100%’, rispettivamente.

string KeyText { get; }

Valore di proprietà

string

Style

Questo attributo rappresenta lo stile associato a questa chiave.

ICSSStyleDeclaration Style { get; }

Valore di proprietà

ICSSStyleDeclaration

 Italiano