'Declaration<System.ComponentModel.CategoryAttribute("Points snapping")> <System.ComponentModel.DescriptionAttribute("Gets/sets the targets to which control points should snap when interactively modified")> Public Property SnapGeometryMidPointsTo As NSnapTargets
'UsageDim instance As NSnapManager Dim value As NSnapTargets instance.SnapGeometryMidPointsTo = value value = instance.SnapGeometryMidPointsTo
[System.ComponentModel.Category("Points snapping")] [System.ComponentModel.Description("Gets/sets the targets to which control points should snap when interactively modified")] public NSnapTargets SnapGeometryMidPointsTo {get; set;}