ImageList.TransparentColor Propiedad

Definición

Obtiene o establece el color que se va a tratar como transparente.

public:
 property System::Drawing::Color TransparentColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color TransparentColor { get; set; }
member this.TransparentColor : System.Drawing.Color with get, set
Public Property TransparentColor As Color

Valor de propiedad

Uno de los valores de Color. De manera predeterminada, es Transparent.

Comentarios

El color transparente no se representa cuando se dibuja la imagen.

Se aplica a

Consulte también