Gets the relative y-coordinates of the mouse.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public int Y { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Y As Integer |
An integer value.
RemarksThe origin of this coordinate depends on the specific event.
See Also