ImageEn, unit iexColorCurve |
|
TIEColorCurve.FrameColor
Declaration
property FrameColor: TColor;
Description
Specifies the color of the border around the edge of the curve editing box.
Use
DisplayOptions to hide the frame.
Notes:
-
FrameColor specifies the frame of the curve box, use
BorderColor to specify the color of the border at the edge of the control
- You must call
Update after changing colors
Default: clGray
Example
IEColorCurve1.FrameColor := clBlack;
IEColorCurve1.Update();