Interface ICSSKeyframeRule

Interface ICSSKeyframeRule

Nazwa przestrzeń: Aspose.Html.Dom.Css Zestaw: Aspose.HTML.dll (25.4.0)

Interfejs CSSKeyframeRule reprezentuje zasadę stylu dla jednego klucza.

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

Implements

ICSSRule

Properties

KeyText

Ten atrybut reprezentuje wybór klawiatury jako oddzielony listę wartości procentowych. „z” i „do” słowa kluczowe mapy do „0%” i „100%”, odpowiednio.

string KeyText { get; }

Wartość nieruchomości

string

Style

Ten atrybut reprezentuje styl związany z tym klawiszem.

ICSSStyleDeclaration Style { get; }

Wartość nieruchomości

ICSSStyleDeclaration

 Polski