ChromiumWebBrowser.GetContentSizeAsync Method |
Version 103.0.120
Size of scrollable area in CSS pixels
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 103.0.120.0 (103.0.120.0)
Syntaxpublic Task<Rect> GetContentSizeAsync()
public:
virtual Task<Rect^>^ GetContentSizeAsync() sealed
Return Value
Type:
Task<Rect>A task that can be awaited to get the size of the scrollable area in CSS pixels.
Implements
IWebBrowser.GetContentSizeAsync()
See Also