Interface ICSSKeyframeRule
Interface ICSSKeyframeRule
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
A interface CSSKeyframeRule representa a regra de estilo para um único quadro-chave.
[ComVisible(true)]
[DOMObject]
[DOMName("CSSKeyframeRule")]
public interface ICSSKeyframeRule : ICSSRule
Implementa
Propriedades
KeyText
Este atributo representa o seletor de quadro-chave como uma lista de valores percentuais separados por vírgula. As palavras-chave ‘from’ e ‘to’ correspondem a ‘0%’ e ‘100%’, respectivamente.
string KeyText { get; }
Valor da Propriedade
Style
Este atributo representa o estilo associado a este quadro-chave.
ICSSStyleDeclaration Style { get; }