Gets the x-coordinates of the input touch that triggered the event.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public double X { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property X As Double |
A double value.
See Also