Interface ICSSKeyframeRule

Interface ICSSKeyframeRule

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

La interfaz CSSKeyframeRule representa la regla de estilo para un solo keyframe.

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

Implementa

ICSSRule

Propiedades

KeyText

Este atributo representa el selector de keyframe como una lista de valores porcentuales separados por comas. Las palabras clave ‘from’ y ‘to’ corresponden a ‘0%’ y ‘100%’, respectivamente.

string KeyText { get; }

Valor de la Propiedad

string

Style

Este atributo representa el estilo asociado con este keyframe.

ICSSStyleDeclaration Style { get; }

Valor de la Propiedad

ICSSStyleDeclaration

 Español