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.
Notes:
-
Margin should not be set smaller than half of the
PointSize- The area of the control specified by
Margin is filled with
ColorDefault: 8
Example
// Reduce the size of the margin
IEColorCurve1.Margin := 4;