Search
LayeredLayout.ConsiderNodeShapes Property
See Also
 





Gets or sets whether to align link end points to non-rectangular node borders.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool ConsiderNodeShapes { get; set; }

Visual Basic  Copy Code

Public Property ConsiderNodeShapes As Boolean

 Property Value

true to place link end points on shape outlines, or false otherwise.

 See Also