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