LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

EnableSnap Property






Gets or sets a value that indicates the 'snap' behavior when drawing or moving annotation objects in design mode.
Syntax
public bool EnableSnap {get; set;}
'Declaration
 
Public Property EnableSnap As Boolean
'Usage
 
Dim instance As AnnSnapToGridOptions
Dim value As Boolean
 
instance.EnableSnap = value
 
value = instance.EnableSnap
public bool EnableSnap {get; set;}
 get_EnableSnap();
set_EnableSnap(value);
public:
property bool EnableSnap {
   bool get();
   void set (    bool value);
}

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 true.
Example
For an example, refer to AnnSnapToGridOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnSnapToGridOptions Class
AnnSnapToGridOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.