  | ThresholdCountWidgetThreshold1Enable Property  | 
 
            Gets or sets threshold 1 enable
            
 
    Namespace: 
   Dynamicweb.Dashboards.Widgets
    Assembly:
   Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax[AddInLabelAttribute("Enable")]
[AddInParameterOrderAttribute(20)]
[AddInParameterAttribute("Threshold1Enable")]
[AddInParameterGroupAttribute("Background color 1")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "")]
public virtual bool Threshold1Enable { get; set; }<AddInLabelAttribute("Enable")>
<AddInParameterOrderAttribute(20)>
<AddInParameterAttribute("Threshold1Enable")>
<AddInParameterGroupAttribute("Background color 1")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "")>
Public Overridable Property Threshold1Enable As Boolean
	Get
	SetProperty Value
Type: 
Boolean
See Also