Search
ItemTouchEventArgs.Y Property
See Also
 






Gets the y-position of the touch, relative to the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public double Y { get; }

Visual Basic  Copy Code

Public ReadOnly Property Y As Double

 Property Value

A double value.

 See Also