GoDiagram Web Reference
AvoidsNodes Property (GoLink)

Gets or sets whether the link's path tries to avoid other nodes.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("Whether an Orthogonal link tries to avoid crossing over any nodes.")>
Public Overridable Property AvoidsNodes As Boolean
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Whether an Orthogonal link tries to avoid crossing over any nodes.")]
public virtual bool AvoidsNodes {get; set;}

Property Value

This defaults to false.
Remarks
This property is only applicable when the Orthogonal property is true. A Bezier Style for this link is not recommended. When this property is true you will incur a noticeable overhead in each call to CalculateStroke. Changing this value will call PortsOnLinkChanged to notify both ports that this property changed. Setting this property to true will clear any existing points and then call UpdateRoute, which will eventually call CalculateStroke.
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

GoLink Class
GoLink Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback