Partilhar via


Propriedade ColorDifference.Blue

Diferença do canal de cor azul.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Byte
Retorna Byte.

Segurança do .NET Framework

Consulte também

Referência

ColorDifference Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting