ImageEn, unit iexColorCurve

TIEColorCurve.Margin

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 Color

Default: 8

Example

// Reduce the size of the margin
IEColorCurve1.Margin := 4;