Declaration
property DrawOuter: Boolean;
Description
If True, the unselected layers are drawn as "grayed". The current layer is drawn normally.
Default: False
Note: Only the
current layer is shown as ungrayed. All other layers, even if there are multiple selected layers
Example
// Grey areas outside of current layer
ImageEnView1.CurrentLayer.DrawOuter := True;
ImageEnView1.Update();