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

See Also

Reference

ToleranceRectangle Structure

Microsoft.VisualStudio.TestTools.UITesting Namespace