Gets or sets the content of the bitmap mask.

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 MaskImage { get; set; }
Visual Basic (Declaration)
Public Property MaskImage As Image
Visual C++
public:
property Image^ MaskImage {
	Image^ get ();
	void set (Image^ value);
}

See Also