DocumentSnapshotScrollOffsetX Property |
Version 110.0.300
Horizontal scroll offset.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp (in CefSharp.dll) Version: 110.0.300.0 (110.0.300.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