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