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