| ThresholdCountWidgetThreshold1Color Property |
Gets or sets counter threshold 1 background color
Namespace:
Dynamicweb.Dashboards.Widgets
Assembly:
Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax [AddInLabelAttribute("Color")]
[AddInParameterOrderAttribute(40)]
[AddInParameterAttribute("Threshold1Color")]
[AddInParameterGroupAttribute("Background color 1")]
[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 Threshold1Color { get; set; }
<AddInLabelAttribute("Color")>
<AddInParameterOrderAttribute(40)>
<AddInParameterAttribute("Threshold1Color")>
<AddInParameterGroupAttribute("Background color 1")>
<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 Threshold1Color As String
Get
Set
Property Value
Type:
StringSee Also