Gets or sets the image file path or URL.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

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