Gets or sets the content of the image.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

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

See Also