ImageEn, unit iexLayers

TIELayer.DrawOuter

TIELayer.DrawOuter

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, are grayed out.

Examples

// Grey areas outside of current layer
ImageEnView1.CurrentLayer.DrawOuter := True;
ImageEnView1.Update();

// Enable DrawOuter for all layers
ImageEnView1.LayersSetProperties( LYR_ALL_LAYERS, IELP_DrawOuter, True );