Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ToleranceRectangle::Rectangle Property

 

Rectangle region for the tolerance.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
property Rectangle Rectangle {
	[CompilerGeneratedAttribute]
	Rectangle get();
	[CompilerGeneratedAttribute]
	void set(Rectangle value);
}

Property Value

Type: System.Drawing::Rectangle

Returns Rectangle.

Return to top
Show: