TImageEnVect.ObjAngleShowSmall
Declaration
property ObjAngleShowSmall: boolean;
Description
If True, angle objects shows only the small angle.
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of ObjAngleShowSmall, use:
TIEAngleLayer.AngleMode
// Always show small angles
TIEAngleLayer( ImageEnView1.CurrentLayer ).AngleMode := ieaSmallOnly;
ImageEnView1.Update();