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