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