Label.RenderTransparent 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.
Attention
This property has been deprecated. Use BackColor instead. http://go.microsoft.com/fwlink/?linkid=14202
Attention
This property has been deprecated. Use BackColor instead. https://go.microsoft.com/fwlink/?linkid=14202
Indique si l'arrière-plan du contrôle conteneur est rendu sur Label.
protected:
virtual property bool RenderTransparent { bool get(); void set(bool value); };
protected virtual bool RenderTransparent { get; set; }
[System.Obsolete("This property has been deprecated. Use BackColor instead. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool RenderTransparent { get; set; }
[System.Obsolete("This property has been deprecated. Use BackColor instead. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool RenderTransparent { get; set; }
member this.RenderTransparent : bool with get, set
[<System.Obsolete("This property has been deprecated. Use BackColor instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.RenderTransparent : bool with get, set
[<System.Obsolete("This property has been deprecated. Use BackColor instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.RenderTransparent : bool with get, set
Protected Overridable Property RenderTransparent As Boolean
Valeur de propriété
true
si l'arrière-plan du conteneur de contrôle Label est rendu sur Label ; sinon, false
. La valeur par défaut est false
.
- Attributs
Remarques
Les classes qui héritent de Label
cette méthode peuvent remplacer cette méthode pour déterminer si l’arrière-plan du contrôle dérivé sera rendu de manière transparente sur le formulaire sur lequel le contrôle est dessiné.