LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

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
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:
property bool EnableSnap {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

AnnSnapToGridOptions Class
AnnSnapToGridOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.