HistogramBuckets Property |
Version 88.2.90
Buckets.
Namespace:
CefSharp.DevTools.Browser
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public IList<Bucket> Buckets { get; set; }
public:
property IList<Bucket^>^ Buckets {
IList<Bucket^>^ get ();
void set (IList<Bucket^>^ value);
}
Property Value
Type:
IListBucketSee Also