Search
FlowLayout.LaneOffsetY Property
See Also
 





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

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

 Syntax

C#  Copy Code

public double LaneOffsetY { get; set; }

Visual Basic  Copy Code

Public Property LaneOffsetY As Double

 Property Value

 Remarks

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

 See Also