Partilhar via


Propriedade ColorDifference.Red

Diferença do canal de cor vermelha.

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

Sintaxe

'Declaração
Public Property Red As Byte
public byte Red { get; set; }
public:
property unsigned char Red {
    unsigned char get ();
    void set (unsigned char value);
}
member Red : byte with get, set
function get Red () : byte
function set Red (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