TImageEnVect.ObjGripShape
Declaration
property ObjGripShape: TIEGripShape;
Description
Specifies the grip's shape as shown when an object is selected.
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of ObjGripShape, use:
TImageEnView.SetLayersGripStyle
ImageEnView1.SetLayersGripStyle(clWhite, clWhite, bsSolid, 5, iegsCircle);