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

See Also

Reference

Point Structure

Microsoft.VisualStudio.TestTools.UITest.Input Namespace