GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / EndSegmentLength Property
In This Topic
    EndSegmentLength Property (GoPort)
    In This Topic
    Gets or sets the length of the link segment closest to this port.
    Syntax
    [Description("The length of the link segment closest to this port.")]
    public virtual float EndSegmentLength {get; set;}

    Property Value

    This float value is in document coordinates. By default this value is 10.
    Remarks
    Basically this tells CalculateStroke how long a line segment to draw straight out from the port before turning, assuming a well-defined (non-NoSpot) link spot for this port. If the value changes, the setter will also call LinksOnPortChanged to notify all connected links about the change.
    See Also