GoDiagram Win Reference
DragRoutesRealtime Property

Gets or sets whether the routing of links happens continuously when DragsRealtime is true. [In Web Forms there is no continuous visual feedback of the rerouting of links.]
Syntax
'Declaration
 
<DescriptionAttribute("Whether a user's drag of the selection continuously reroutes links.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Overridable Property DragRoutesRealtime As Boolean
[DescriptionAttribute("Whether a user's drag of the selection continuously reroutes links.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public virtual bool DragRoutesRealtime {get; set;}

Property Value

The default value is true.
Remarks
Setting this to false will improve dragging performance, particularly when there are Orthogonal links that AvoidsNodes, at the expense of not maintaining apparent link connections during the drag.
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

GoView Class
GoView Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback