ControlPanelObjectImageDisplayType Property |
|
DataPA OpenAnalytics 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 public ControlPanelObjectControlPanelImageDisplayType ImageDisplayType { get; set; }
Public Property ImageDisplayType As ControlPanelObjectControlPanelImageDisplayType
Get
Set
public:
virtual property ControlPanelObjectControlPanelImageDisplayType ImageDisplayType {
ControlPanelObjectControlPanelImageDisplayType get () sealed;
void set (ControlPanelObjectControlPanelImageDisplayType value) sealed;
}
function get_ImageDisplayType();
function set_ImageDisplayType(value);
Property Value
Type:
ControlPanelObjectControlPanelImageDisplayTypeA value that determines how the image is rendered.
Return Value
Type:
ControlPanelObjectControlPanelImageDisplayTypeA value that determines how the image is rendered.
Remarks See Also