ToleranceRectangle.Rectangle Property
Rectangle region for the tolerance.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Property Rectangle As Rectangle
public Rectangle Rectangle { get; set; }
public:
property Rectangle Rectangle {
Rectangle get ();
void set (Rectangle value);
}
member Rectangle : Rectangle with get, set
function get Rectangle () : Rectangle
function set Rectangle (value : Rectangle)
Property Value
Type: Rectangle
Returns Rectangle.
.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.