HistogramBuckets Property |
Version 118.6.80
Buckets.
Namespace:
CefSharp.DevTools.Browser
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.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