__property TColor TopClipOffColor = {read = FTopClipOffColor, write = SetTopClipOffColor};
Defines the color for values exceeding the upper limit of the color pallete.
Read:
TColor FTopClipOffColor;Write:
void SetTopClipOffColor(const TColor Value);Remarks:
Defines the color for values exceeding the upper 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