ImageList.TransparentColor Eigenschaft

Definition

Ruft die als transparent zu behandelnde Farbe ab oder legt diese fest.

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

Eigenschaftswert

Color

Einer der Color-Werte. Der Standardwert ist Transparent.

Hinweise

Die transparente Farbe wird nicht gerendert, wenn das Bild gezeichnet wird.

Gilt für

Siehe auch