ImageEn, unit iexColorCurve |
|
TIEColorCurve.DisplayOptions
Declaration
property DisplayOptions: TIECurveDisplayOptions;
Description
Enable the display of aspects of the color curve editor
Default: [ coFrame, coHistogram, coDiagonal, coGuidelines, coCursorSight ]
// Display a border around the control
IEColorCurve1.DisplayOptions := IEColorCurve1.DisplayOptions + [ coBorder ];
// Hide the border around the color editor
IEColorCurve1.DisplayOptions := IEColorCurve1.DisplayOptions - [ coFrame ];
// Hide the sight showing the cursor position
IEColorCurve1.DisplayOptions := IEColorCurve1.DisplayOptions - [ coCursorSight ];