Gets or sets the array of custom lane borders.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public RectangleF[] LaneBoundaries { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LaneBoundaries As RectangleF() |
An array of rectangles specifying custom lane borders.
Remarks
See Also