Label.RenderTransparent Propriété

Définition

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é

Boolean

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é.

S’applique à