MindFusion.Wpf Pack Programmer's Guide
FlowLayout.LaneBoundaries Property
See Also
 





Gets or sets the array of custom lane borders.

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

 Syntax

C#  Copy Code

public Rect[] LaneBoundaries { get; set; }

Visual Basic  Copy Code

Public Property LaneBoundaries As Rect()

 Property Value

An array of rectangles specifying custom lane borders.

 Remarks

This array is used when LaneType is set to Custom.

 See Also

FlowLayout Members
FlowLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace