GoDiagram Web Reference
EndSegmentLength Property (GoPort)

Gets or sets the length of the link segment closest to this port.
Syntax
'Declaration
 
<DescriptionAttribute("The length of the link segment closest to this port.")>
Public Overridable Property EndSegmentLength As Single
[DescriptionAttribute("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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPort Class
GoPort Members
GetFromEndSegmentLength Method
GetToEndSegmentLength Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback