DocumentSnapshotScrollOffsetX Property |
Version 96.0.142
Horizontal scroll offset.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax public double? ScrollOffsetX { get; set; }
public:
property Nullable<double> ScrollOffsetX {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
Type:
NullableDoubleSee Also