  | CountWidgetDefaultBackgroundColor Property  | 
 
            Gets or sets counter default background color
            
 
    Namespace: 
   Dynamicweb.Dashboards.Widgets
    Assembly:
   Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax[AddInLabelAttribute("Color")]
[AddInParameterAttribute("ColorParameterEditor")]
[AddInParameterEditorAttribute(typeof(ColorParameterEditor), "presets=#0085CA,#03A9F4,#00BCD4,#009688,#4CAF50,#8BC34A,#CDDC39,#FFEB3B,#FFC107,#FF9800,#FF5722,#F44336,#9C27B0,#673AB7,#E91E63,#795548,#9E9E9E,#607D8B,#78909C,#263238")]
public virtual string DefaultBackgroundColor { get; set; }<AddInLabelAttribute("Color")>
<AddInParameterAttribute("ColorParameterEditor")>
<AddInParameterEditorAttribute(GetType(ColorParameterEditor), "presets=#0085CA,#03A9F4,#00BCD4,#009688,#4CAF50,#8BC34A,#CDDC39,#FFEB3B,#FFC107,#FF9800,#FF5722,#F44336,#9C27B0,#673AB7,#E91E63,#795548,#9E9E9E,#607D8B,#78909C,#263238")>
Public Overridable Property DefaultBackgroundColor As String
	Get
	SetProperty Value
Type: 
String
See Also