Search
MenuItemEventArgs.X Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public double X { get; }

Visual Basic  Copy Code

Public ReadOnly Property X As Double

 Property Value

A double value.

 See Also