LayoutShiftSources Property |
Version 130.1.90
Sources
Namespace: CefSharp.DevTools.PerformanceTimelineAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<LayoutShiftAttribution> Sources { get; set; }
public:
property IList<LayoutShiftAttribution^>^ Sources {
IList<LayoutShiftAttribution^>^ get ();
void set (IList<LayoutShiftAttribution^>^ value);
}
Property Value
IListLayoutShiftAttributionSee Also