Gets or sets a value indicating whether the parent control's background will be rendered on the Label.
[Visual Basic] Property RenderTransparent As Boolean [C#] bool RenderTransparent {override set;} [C++] protected: __property virtual void set_RenderTransparent(bool); [JScript] protected function set RenderTransparent(Boolean);
true if the parent control's background will be rendered on the Label; otherwise, false. The default is false.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace