MindFusion.Wpf Pack Programmer's Guide
BaseMouseEventArgs.X Property
See Also
 





Gets the relative x-coordinates of the mouse.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public double X { get; }

Visual Basic  Copy Code

Public ReadOnly Property X As Double

 Property Value

A double value.

 Remarks

The origin of this coordinate depends on the specific event.

 See Also

BaseMouseEventArgs Members
BaseMouseEventArgs Class
MindFusion.Spreadsheet.Wpf Namespace