ImageList.TransparentColor Proprietà

Definizione

Ottiene o imposta il colore da considerare trasparente.

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

Valore della proprietà

Uno dei valori di Color. Il valore predefinito è Transparent.

Commenti

Il colore trasparente non viene eseguito il rendering quando l'immagine viene disegnata.

Si applica a

Vedi anche