Gets or sets a value indicating whether the parent control's background is rendered on the Label.
[Visual Basic] Overridable Protected Property RenderTransparent As Boolean [C#] protected bool RenderTransparent {virtual get; virtual set;} [C++] protected: __property virtual bool get_RenderTransparent(); protected: __property virtual void set_RenderTransparent(bool); [JScript] protected function get RenderTransparent() : Boolean; protected function set RenderTransparent(Boolean);
true if the parent control's background is rendered on the Label; otherwise, false. The default is false.