Compartir a través de


ColorDifference.Blue Property

Blue color channel difference.

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

Syntax

'Declaration
Public Property Blue As Byte
public byte Blue { get; set; }
public:
property unsigned char Blue {
    unsigned char get ();
    void set (unsigned char value);
}
member Blue : byte with get, set
function get Blue () : byte 
function set Blue (value : byte)

Property Value

Type: Byte
Returns Byte.

.NET Framework Security

See Also

Reference

ColorDifference Class

Microsoft.VisualStudio.TestTools.UITesting Namespace