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
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
Style
Ten atrybut reprezentuje styl związany z tym klawiszem.
ICSSStyleDeclaration Style { get; }