Rectangle.Top Property
Gets y-coordinate of the upper-left corner of the rectangular region defined by this instance.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Input
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public ReadOnly Property Top As Integer
public int Top { get; }
public:
property int Top {
int get ();
}
member Top : int with get
function get Top () : 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.