Search
LayeredLayout.LinkPadding Property
See Also
 





Gets or sets the distance between parallel cascading links.

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

 Syntax

C#  Copy Code

public double LinkPadding { get; set; }

Visual Basic  Copy Code

Public Property LinkPadding As Double

 Property Value

A double value specifying the padding space between cascading links. The default value is 0.

 See Also