GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / DragsNode Property
In This Topic
    DragsNode Property
    In This Topic
    Gets or sets whether this object, when selected and a child of a group, and when dragged, drags the parent node instead.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether this selected child object, when dragged, drags the node instead.")]
    public virtual bool DragsNode {get; set;}

    Property Value

    This defaults to false.
    Remarks
    This is used by DraggingObject so that GoView.GoView.MoveSelection or GoView.CopySelection will move or copy the node instead of the child object.
    See Also