GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / FromEndSegmentLengthStep Property
In This Topic
    FromEndSegmentLengthStep Property (GoMultiTextNode)
    In This Topic
    Gets or sets the incremental distance at when the ports' GoPort.EndSegmentLength is extended to help reduce the amount of overlapping orthogonal links coming out of this node.
    Syntax
    [Category("Behavior")]
    [DefaultValue(8)]
    public virtual float FromEndSegmentLengthStep {get; set;}

    Property Value

    This defaults to 8. Set this to zero to have GoPort.GoPort.GetFromEndSegmentLength just return the value of GoPort.GoPort.EndSegmentLength for the "from" end of links.
    See Also