Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

EnableSnap Property

Show in webframe
Gets or sets a value that indicates the 'snap' behavior when drawing or moving annotation objects in design mode.
Syntax
get_enableSnap();
set_enableSnap(value);
Object.defineProperty('enableSnap');

Property Value

TypeDescription
booleantrue to enforce moving or drawing annotation objects snap to the nearest grid point, false to not enforce moving or drawing annotation objects do not snap to nearest grid point. Default value is false.
See Also

Reference

AnnSnapToGridOptions Object
AnnSnapToGridOptions Members

Error processing SSI file