Gets or sets the content of the image.

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

Syntax

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