Interface ICSSKeyframeRule

Interface ICSSKeyframeRule

Nazwa przestrzeń: Aspose.Svg.Dom.Css Zgromadzenie: Aspose.SVG.dll (25.5.0)

Interfejs CSSKeyframeRule reprezentuje zasadę stylu dla jednego klucza.

[DOMName("CSSKeyframeRule")]
[DOMObject]
[ComVisible(true)]
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