←Select platform

EnableSnap Property

Summary

Gets or sets a value that indicates the 'snap' behavior when drawing or moving annotation objects in design mode.

Syntax

C#
VB
C++
public bool EnableSnap { get; set; } 
  
Public Property EnableSnap As Boolean 
public: 
property bool EnableSnap { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Example

For C#/VB examples, refer to AnnSnapToGridOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly