ControlPanelObjectImage Property |
|
DataPA OpenAnalytics 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 public Bitmap Image { get; set; }
Public Property Image As Bitmap
Get
Set
public:
virtual property Bitmap^ Image {
Bitmap^ get () sealed;
void set (Bitmap^ value) sealed;
}
function get_Image();
function set_Image(value);
Property Value
Type:
BitmapAn image this object will display
Return Value
Type:
BitmapAn image this object will display
Remarks See Also