Rectangle.Right 属性

获取矩形区域的右下角的 x 坐标此实例定义的。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Input
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
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

属性值

类型:Int32

.NET Framework 安全性

请参阅

参考

Rectangle 结构

Microsoft.VisualStudio.TestTools.UITest.Input 命名空间