DataPA Enterprise Dashboard Controls API Reference
Gets and sets an image this object will display.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
BitmapAn image this object will display
Return Value
Type:
BitmapAn image this object will display
Remarks
See Also