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