Search
LayeredLayout.LinksCompactFactor Property
See Also
 






Gets or sets a value indicating how much to compact the outermost arrows.

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

 Syntax

C#  Copy Code

public double LinksCompactFactor { get; set; }

Visual Basic  Copy Code

Public Property LinksCompactFactor As Double

 Property Value

 Remarks

Links and nodes on the same graph layer are distributed uniformly as specified by the NodeDistance value. However, if there are more than 2-3 outermost links on a layer, they usually take up too much space without improving the visual quality of the diagram layout. This property allows compacting such links to save space. The factor specifies roughly a fraction of NodeDistance to leave between outer links.

 See Also