Share via


Rectangle.Right Property

Gets the x-coordinate of the lower-right 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 Right As Integer
public int Right { get; }
public:
property int Right {
    int get ();
}
member Right : int with get
function get Right () : int

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

Rectangle Structure

Microsoft.VisualStudio.TestTools.UITest.Input Namespace