ImageEn, unit iexColorCurve |
|
TIEColorCurve.Margin
Declaration
property Margin: Integer;
Description
Specifies the distance from the edge of the control to the frame of the color curve editor.
Note:
◼Margin should not be set smaller than half of the
PointSize◼The area of the control specified by
Margin is filled with
ColorDefault: 8
// Reduce the size of the margin
IEColorCurve1.Margin := 4;