Class MapColorRangeRuleVal
Inheritance
System.Object
MapColorRangeRuleVal
Assembly: BoldReports.UWP.dll
Syntax
public class MapColorRangeRuleVal : Object
Constructors
MapColorRangeRuleVal()
Declaration
public MapColorRangeRuleVal()
Properties
EndColor
Declaration
public string EndColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MiddleColor
Declaration
public string MiddleColor { get; set; }
Property Value
Type |
Description |
System.String |
|
StartColor
Declaration
public string StartColor { get; set; }
Property Value
Type |
Description |
System.String |
|