ParameterValueControlBackgroundColor Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the background color of this object
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Color BackgroundColor { get; set; }
Public Property BackgroundColor As Color
Get
Set
public:
property Color BackgroundColor {
Color get ();
void set (Color value);
}
function get_BackgroundColor();
function set_BackgroundColor(value);
Return Value
Type:
ColorThe background color of this object
See Also