ImageList.TransparentColor Właściwość

Definicja

Pobiera lub ustawia kolor, który ma być traktowany jako przezroczysty.

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

Wartość właściwości

Color

Jedna z Color wartości. Wartość domyślna to Transparent.

Uwagi

Kolor przezroczysty nie jest renderowany po narysowaniu obrazu.

Dotyczy

Zobacz też