←Select platform

EnableSnap Property

Summary
A value that indicates the 'snap' behavior when drawing or moving annotation objects in design mode.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool EnableSnap { get; set; } 
@property (nonatomic, assign) BOOL enableSnap; 
public boolean getEnableSnap() 
public void setEnableSnap(boolean enableSnap) 
public:  
   property bool EnableSnap 
   { 
      bool get() 
      void set(bool value) 
   } 
EnableSnap # get and set (AnnSnapToGridOptions) 

Property Value

true 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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.