TdxSpreadSheetConditionalFormattingRuleColorScaleStop.Color Property
In This Article
Specifies the key gradient color that corresponds to the rule threshold value.
#Declaration
Delphi
property Color: TColor read; write; default clYellow;
#Property Value
Type | Default | Description |
---|---|---|
TColor | cl |
The key gradient color that corresponds to the rule threshold value. |
#Remarks
Use the Color
property to specify a color for a gradient point in a color scale-based conditional formatting rule.
Note
Two Color Scale and Three Color Scale conditional formatting rule constructors initialize the Color property to a color depending on a specific rule and gradient stop position.
Refer to the Tdx
#Default Value
The Color
property’s default value is clYellow
.
See Also