GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / DraggableOrthogonalSegments Property
In This Topic
    DraggableOrthogonalSegments Property
    In This Topic
    Gets or sets whether the user may drag a resizable segment of an Orthogonal link.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether the user may drag a resizable Orthogonal segment.")]
    public virtual bool DraggableOrthogonalSegments {get; set;}

    Property Value

    This defaults to false.
    Remarks
    When this is true, a selected link that is Orthogonal will have unseen resize handles in addition to the standard resize handles at the points of this stroke. This will allow the user to drag the segment horizontally for a vertical segment, or vertically for a horizontal segment.
    See Also