Gets the x-coordinate of the mouse pointer in pixels.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public int X { get; } |
Visual Basic |
---|
Public ReadOnly Property X As Integer Get |
Visual C++ |
---|
public: property int X { int get (); } |
F# |
---|
member X : int with get |