TIEGlobalSettings.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// Make star the default shape for new new shape layers
IEGlobalSettings().DefaultLayerShape := iesStar5;