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