Point.X Property
Gets the x-coordinate of this instance.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Input
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Property X As Integer
public int X { get; set; }
public:
property int X {
int get ();
void set (int value);
}
member X : int with get, set
function get X () : int
function set X (value : int)
Property Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.