__property TColor BottomClipOffColor = {read = FBottomClipOffColor, write = SetBottomClipOffColor};
Defines the color for values exceeding the lower limit of the color pallete.
Read:
TColor FBottomClipOffColor;Write:
void SetBottomClipOffColor(const TColor Value);Remarks:
Defines the color for values exceeding the lower limit of the color pallete. Default value is clNone (not used).This property has effect only when PaletteStyle is set to palAuto.
Declared in Dew::Math::Controls::VCL::TColorPalette · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only