DocumentSnapshotScrollOffsetY Property |
Version 111.2.70
Vertical scroll offset.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax public double? ScrollOffsetY { get; set; }
public:
property Nullable<double> ScrollOffsetY {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
Type:
NullableDoubleSee Also