CSSKeyframesRuleKeyframes Property  | 
Version 104.4.240 
            List of keyframes.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.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