Search
MenuItemEventArgs.Y Property
See Also
 






Gets the y-coordinates of the input touch that triggered the event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double Y { get; set; }

Visual Basic  Copy Code

Public Property Y As Double

 Property Value

A double value.

 See Also