ColorDifference.Red (Propiedad)

Diferencia de canal de color rojo.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Byte
Devuelva Byte.

Seguridad de .NET Framework

Vea también

Referencia

ColorDifference Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)