Gets or sets the PNG image by file name.

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

Syntax

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

See Also