Label.RenderTransparent Vlastnost

Definice

Upozornění

This property has been deprecated. Use BackColor instead. http://go.microsoft.com/fwlink/?linkid=14202

Upozornění

This property has been deprecated. Use BackColor instead. https://go.microsoft.com/fwlink/?linkid=14202

Určuje, zda je pozadí ovládacího prvku kontejneru vykresleno na .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

Hodnota vlastnosti

Boolean

true pokud je pozadí kontejneru Label ovládacího prvku vykresleno na Label; jinak false. Výchozí formát je false.

Atributy

Poznámky

Třídy, které dědí z Label mohou přepsat tuto metodu určit, zda odvozené pozadí ovládacího prvku bude vykresleno transparentně ve formuláři, na kterém je ovládací prvek nakreslen.

Platí pro