DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that determines how the image is rendered.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public ControlPanelObject..::..ControlPanelImageDisplayType ImageDisplayType { get; set; } |
| Visual Basic |
|---|
Public Property ImageDisplayType As ControlPanelObject..::..ControlPanelImageDisplayType
Get
Set |
| Visual C++ |
|---|
public:
virtual property ControlPanelObject..::..ControlPanelImageDisplayType ImageDisplayType {
ControlPanelObject..::..ControlPanelImageDisplayType get () sealed;
void set (ControlPanelObject..::..ControlPanelImageDisplayType value) sealed;
} |
Property Value
Type:
ControlPanelObject..::..ControlPanelImageDisplayTypeA value that determines how the image is rendered.
Return Value
Type:
ControlPanelObject..::..ControlPanelImageDisplayTypeA value that determines how the image is rendered.
Remarks
See Also