HistogramBuckets Property |
Version 130.1.90
Buckets.
Namespace: CefSharp.DevTools.BrowserAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<Bucket> Buckets { get; set; }
public:
property IList<Bucket^>^ Buckets {
IList<Bucket^>^ get ();
void set (IList<Bucket^>^ value);
}
Property Value
IListBucketSee Also