Nevron.Diagram.WinForm Namespace / NSnapManager Class / SnapTo Property


SnapTo Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("General")>
<System.ComponentModel.DescriptionAttribute("Gets/sets the targets to which object bounds and points should be snapped. For point snapping the targets to which the point should snap are computed by intersecting the SnapTo targets with the individual SnapTo setting for the specific point type")>
Public Property SnapTo As NSnapTargets
 
'Usage
 
Dim instance As NSnapManager
Dim value As NSnapTargets
 
instance.SnapTo = value
 
value = instance.SnapTo
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