DashboardSkinControlPanelBackgroundColour Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the Control Panel background colour.
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 Control Panel background colour.
Return Value
Type:
ColorThe Control Panel background colour.
Remarks See Also