Gets or sets the image that will be displayed on the control.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Image Image { get; set; }
Visual Basic
Public Property Image As Image
	Get
	Set
Visual C++
public:
property Image^ Image {
	Image^ get ();
	void set (Image^ value);
}
F#
member Image : Image with get, set

Property Value

Type: Image
The image.

See Also