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