PowerWEB LiveControls for ASP.NET
X Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LocationEventArgs Class : X Property



Gets or sets the x-coordinate of the WebForm when the mouse is clicked.

Syntax

Visual Basic (Declaration) 
Public Property X As Unit
Visual Basic (Usage)Copy Code
Dim instance As LocationEventArgs
Dim value As Unit
 
instance.X = value
 
value = instance.X
C# 
public Unit X {get; set;}
C++/CLI 
public:
property Unit X {
   Unit get();
   void set (    Unit value);
}

Property Value

A Unit corresponding to the x-coordinate of the mouse click.

Remarks

Use this property with LocationEventArgs.Y to determine the location of the mouse click.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.