Share via


Rectangle.X Property

Gets or sets the x-coordinate of the upper-left corner of the rectangular region defined by this rectangle 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

Rectangle Structure

Microsoft.VisualStudio.TestTools.UITest.Input Namespace