NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Label.RenderTransparent

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);

Property Value

true if the parent control's background is rendered on the Label; otherwise, false. The default is false.

See Also

Label Class | Label Members | System.WinForms Namespace