GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DragRoutesRealtime Property
In This Topic
    DragRoutesRealtime Property
    In This Topic
    Gets or sets whether the routing of links happens continuously when DragsRealtime is true. [In Web Forms there is no continuous visual feedback of the rerouting of links.]
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether a user's drag of the selection continuously reroutes links.")]
    public virtual bool DragRoutesRealtime {get; set;}

    Property Value

    The default value is true.
    Remarks
    Setting this to false will improve dragging performance, particularly when there are GoLink.Orthogonal links that GoLink.AvoidsNodes, at the expense of not maintaining apparent link connections during the drag.
    See Also