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

    Property Value

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