DataPA Enterprise Dashboard Controls 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
C# |
---|
public Color ControlPanelBackgroundColour { get; set; } |
Visual Basic |
---|
Public Property ControlPanelBackgroundColour As Color
Get
Set |
Visual C++ |
---|
public:
virtual property Color ControlPanelBackgroundColour {
Color get () sealed;
void set (Color value) sealed;
} |
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