MouseEventScreenY Property |
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic long ScreenY { get; }
Public ReadOnly Property ScreenY As Long
Get
public:
property long long ScreenY {
long long get ();
}
member ScreenY : int64 with get
Property Value
Type:
Int64
The screen y.
See Also