GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / SnapDrag Property
In This Topic
    SnapDrag Property
    In This Topic
    Gets or sets the interactive dragging behavior for positioning objects.
    Syntax
    [Category("Grid")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The interactive dragging behavior for positioning objects.")]
    public virtual GoViewSnapStyle SnapDrag {get; set;}

    Property Value

    The default value is GoViewSnapStyle.None, so moving and copying objects is very smooth, to any point.
    Remarks
    This is used by the GoToolDragging tool.
    See Also