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

    Property Value

    The default value is GoViewSnapStyle.None, so resizing objects is very smooth, to any size.
    See Also