CSSPositionFallbackRuleTryRules 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<CSSTryRule> TryRules { get; set; }
public:
property IList<CSSTryRule^>^ TryRules {
IList<CSSTryRule^>^ get ();
void set (IList<CSSTryRule^>^ value);
}
Property Value
Type:
IListCSSTryRuleSee Also