Label.RenderTransparent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property has been deprecated. Use BackColor instead. http://go.microsoft.com/fwlink/?linkid=14202
Caution
This property has been deprecated. Use BackColor instead. https://go.microsoft.com/fwlink/?linkid=14202
Indicates whether the container control background is rendered on the 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
Property Value
true
if the background of the Label control's container is rendered on the Label; otherwise, false
. The default is false
.
- Attributes
Remarks
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.