Search
LayeredLayout.LinkPadding Property
See Also
 





Gets or sets the distance between parallel cascading links.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float LinkPadding { get; set; }

Visual Basic  Copy Code

Public Property LinkPadding As Single

 Property Value

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

 See Also