CSSKeyframesRuleKeyframes Property |
Version 93.1.111
List of keyframes.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax public IList<CSSKeyframeRule> Keyframes { get; set; }
public:
property IList<CSSKeyframeRule^>^ Keyframes {
IList<CSSKeyframeRule^>^ get ();
void set (IList<CSSKeyframeRule^>^ value);
}
Property Value
Type:
IListCSSKeyframeRuleSee Also