GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / SnapDragWhole Property
In This Topic
    SnapDragWhole Property
    In This Topic
    Gets or sets whether GoView.GoView.SnapPoint should try to fit the whole object being dragged within the grid.
    Syntax
    [Category("Grid")]
    [DefaultValue(true)]
    [Description("Whether GoView.SnapPoint should try to fit the whole object within the grid.")]
    public virtual bool SnapDragWhole {get; set;}
    See Also