Search
FlowLayout.SubLaneOffsetY Property
See Also
 





Gets or sets the desired distance between nodes and sub lanes' border.

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

 Syntax

C#  Copy Code

public double SubLaneOffsetY { get; set; }

Visual Basic  Copy Code

Public Property SubLaneOffsetY As Double

 Property Value

 Remarks

The nodes are placed at the specified distance from sub lane's border

 See Also