Label.RenderTransparent Propriété
Définition
Avertissement
Cette API est désormais obsolète.
protected:
virtual property bool RenderTransparent { bool get(); void set(bool value); };
[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
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
.true
if the background of the Label control's container is rendered on the Label; otherwise, false
. La valeur par défaut est false
.The default is false
.
- Attributs
Remarques
Les classes qui héritent de Label
peuvent substituer 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é.Classes that inherit from Label
can override this method to determine whether the derived control background will be rendered transparently on the form on which the control is drawn.