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