IPopupFeatures.X Property |
Version 89.0.170
Gets the x coordinate.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntaxproperty Nullable<int> X {
Nullable<int> get ();
}
Property Value
Type:
Nullable<Int32>
The x coordinate.
See Also