TdxSpreadSheetConditionalFormattingRuleColorScaleStop.Color Property
Specifies the key gradient color that corresponds to the rule threshold value.
Declaration
property Color: TColor read; write; default clYellow;
Property Value
Type | Default | Description |
---|---|---|
TColor | clYellow | 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 TdxSpreadSheetConditionalFormattingRuleTwoColorScale.Create and TdxSpreadSheetConditionalFormattingRuleThreeColorScale.Create topics for detailed information.
Default Value
The Color
property’s default value is clYellow
.
See Also