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