DocumentSnapshotScrollOffsetY Property |
Version 100.0.140
Vertical scroll offset.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.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