Gets or set the background image based on file name.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5

Syntax

C#
public string BackgroundImageFile { get; set; }
Visual Basic (Declaration)
Public Property BackgroundImageFile As String
Visual C++
public:
property String^ BackgroundImageFile {
	String^ get ();
	void set (String^ value);
}

See Also