Sdílet prostřednictvím


CustomLabel.ImageTransparentColor Vlastnost

Definice

Získá nebo nastaví barvu, která bude nahrazena průhlednou barvou při vykreslení vlastního obrázku popisku.

public:
 property System::Drawing::Color ImageTransparentColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color ImageTransparentColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.ImageTransparentColor : System.Drawing.Color with get, set
Public Property ImageTransparentColor As Color

Hodnota vlastnosti

Hodnota Color , která se při vykreslení vlastního obrázku štítku nahradí průhlednou barvou. Výchozí hodnota je Magenta.

Atributy

Platí pro