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