Interface ICSSKeyframeRule
Interface ICSSKeyframeRule
Il nome: Aspose.Svg.Dom.Css Assemblea: Aspose.SVG.dll (25.5.0)
L’interfaccia CSSKeyframeRule rappresenta la regola dello stile per una chiave singola.
[DOMName("CSSKeyframeRule")]
[DOMObject]
[ComVisible(true)]
public interface ICSSKeyframeRule : ICSSRule
Implements
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à
Style
Questo attributo rappresenta lo stile associato a questa chiave.
ICSSStyleDeclaration Style { get; }