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