The EnableSnap Property supports WPF/Silverlight.
The EnableSnap Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value that indicates the 'snap' behavior when drawing or moving annotation objects in design mode. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property EnableSnap As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnSnapToGridOptions Dim value As Boolean instance.EnableSnap = value value = instance.EnableSnap |
C# | |
---|---|
public bool EnableSnap {get; set;} |
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.For C#/VB examples, refer to AnnSnapToGridOptions.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)