ElementHost.BackColorTransparent Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si l'élément hébergé a un arrière-plan transparent.
public:
property bool BackColorTransparent { bool get(); void set(bool value); };
public bool BackColorTransparent { get; set; }
member this.BackColorTransparent : bool with get, set
Public Property BackColorTransparent As Boolean
Valeur de propriété
true
si l'élément hébergé a un arrière-plan transparent ; sinon, false
. La valeur par défaut est false
.
Remarques
La BackColorTransparent propriété permet la copie bitmap, ce qui permet aux éléments hébergés d’utiliser la transparence sur le conteneur hôte. Cela est utile lorsque l’élément se trouve sur un arrière-plan d’image ou de dégradé.
Pour des raisons de performances, la BackColorTransparent propriété est désactivée par défaut.