Search
FlowLayout.LaneBoundaries Property
See Also
 





Gets or sets the array of custom lane borders.

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

 Syntax

C#  Copy Code

public RectangleF[] LaneBoundaries { get; set; }

Visual Basic  Copy Code

Public Property LaneBoundaries As RectangleF()

 Property Value

An array of rectangles specifying custom lane borders.

 Remarks

This array is used when LaneType is set to Custom.

 See Also