Search
FlowLayout.LaneOffsetX 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 LaneOffsetX { get; set; }

Visual Basic  Copy Code

Public Property LaneOffsetX As Double

 Property Value

 Remarks

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

 See Also