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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also