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



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

Syntax

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

Property Value

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

Remarks

Use this property with LocationEventArgs.X 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.