DashboardObjectControlPanelBackgroundColour Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the background colour for the control panel objects.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Color ControlPanelBackgroundColour { get; set; }
Public Property ControlPanelBackgroundColour As Color
Get
Set
public:
virtual property Color ControlPanelBackgroundColour {
Color get () sealed;
void set (Color value) sealed;
}
function get_ControlPanelBackgroundColour();
function set_ControlPanelBackgroundColour(value);
Property Value
Type:
ColorThe background colour for the control panel onjects.
Return Value
Type:
ColorThe background colour for the control panel onjects.
Remarks See Also