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

See Also

Reference

ToleranceRectangle Structure

Microsoft.VisualStudio.TestTools.UITesting Namespace