DataPA Enterprise Dashboard Controls API Reference
Gets and sets an image this object will display.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Bitmap Image { get; set; }
Visual Basic
Public Property Image As Bitmap
	Get
	Set
Visual C++
public:
virtual property Bitmap^ Image {
	Bitmap^ get () sealed;
	void set (Bitmap^ value) sealed;
}

Property Value

Type: Bitmap
An image this object will display

Return Value

Type: Bitmap
An image this object will display

Remarks