Search
MenuItemEventArgs.X Property
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double X { get; set; }

Visual Basic  Copy Code

Public Property X As Double

 Property Value

A double value.

 See Also