ImageEn, unit imageenview

TImageEnView.SoftCrop

TImageEnView.SoftCrop


Declaration

property SoftCrop: TIESoftCropMode;


Description

Specifies the operation to perform when a layer is outside of the background layer (layer 0). I.e. to provide a visual indication to the user.

Portion of layers that are outside the background layer are shown as:
Value Description
iesfNone Normal
iesfAlphaBlend Partially transparent (to the level specified by SoftCropValue)
iesfGrid Grayed (Grid matrix pattern)
iesfAdd Color shifted/washed out (to the level specified by SoftCropValue)

Default: iesfNone