Gets or sets the Image that will display only in design time.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

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

See Also