CSSPositionFallbackRuleTryRules Property |
Version 130.1.90
List of keyframes.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<CSSTryRule> TryRules { get; set; }
public:
property IList<CSSTryRule^>^ TryRules {
IList<CSSTryRule^>^ get ();
void set (IList<CSSTryRule^>^ value);
}
Property Value
IListCSSTryRuleSee Also