Color.IsEmpty Propiedad

Definición

Especifica si esta estructura Color está sin inicializar.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Valor de propiedad

Esta propiedad devuelve true si este color está sin inicializar; en caso contrario, es false.

Se aplica a