IPopupFeatures.Y Property |
Version 104.4.240
Gets the y coordinate.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxproperty Nullable<int> Y {
Nullable<int> get ();
}
Property Value
Type:
Nullable<Int32>
The y coordinate.
See Also