'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
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("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 NSnapTargets SnapTo {get; set;}