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