Point.Y Property

Gets the y-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 Y As Integer
public int Y { get; set; }
public:
property int Y {
    int get ();
    void set (int value);
}
member Y : int with get, set
function get Y () : int 
function set Y (value : int)

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

Point Structure

Microsoft.VisualStudio.TestTools.UITest.Input Namespace