Interface ICSSKeyframeRule
ICSSKeyframeRule interface
Die Schnittstelle CSSKeyframeRule stellt die Stilregel für einen einzelnen Schlüssel dar.
public interface ICSSKeyframeRule : ICSSRule
Eigenschaften
Name | Beschreibung |
---|---|
KeyText { get; } | Dieses Attribut stellt die Keyframe-Auswahl als eine durch Kommas getrennte Liste von Prozentwerten dar. Die Keywords „from“ und „to“ werden jeweils „0 %“ und „100 %“ zugeordnet. |
Style { get; } | Dieses Attribut stellt den mit diesem Schlüsselbild verknüpften Stil dar. |
Siehe auch
- interface ICSSRule
- namensraum Aspose.Html.Dom.Css
- Montage Aspose.HTML