GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / EffectiveSelectionIncludesLinks Property
In This Topic
    EffectiveSelectionIncludesLinks Property
    In This Topic
    Gets or sets whether ComputeEffectiveSelection should include links that have both ports in (or part of) the selection being dragged.
    Syntax
    public virtual bool EffectiveSelectionIncludesLinks {get; set;}

    Property Value

    The default value is true.
    Remarks
    When this is true, links that connect dragged nodes will be moved along with the nodes. In such cases links will normally not be rerouted and thus will maintain the shape that they had originally connecting the nodes. When this property is false, ComputeEffectiveSelection will not include such links in the effective selection -- after the nodes are dragged, the links will need to recalculate their strokes, thereby potentially losing any special path that they may have had between the nodes.
    See Also