ImageEn, unit iesettings

TIEImageEnGlobalSettings.DefaultLayerShape

TIEImageEnGlobalSettings.DefaultLayerShape


Declaration

property DefaultLayerShape: TIEShape;


Description

Specifies the text that is displayed when creating new text layers in a TImageEnView.

Default: iesEllipse

Note: This can be overridden by LayerDefaults


Examples

// Make star the default shape for new new shape layers
IEGlobalSettings().DefaultLayerShape := iesStar5;