Search
OrthogonalLayout.MinLaneSize Property
See Also
 






Gets or sets a value indicating the minimum size of a lane.

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

 Syntax

C#  Copy Code

public double MinLaneSize { get; set; }

Visual Basic  Copy Code

Public Property MinLaneSize As Double

 Property Value

A double value specifying the minimum lane size. The default value is 10.

 Remarks

The result of the layout's Arrange is a grid that contains the diagram's nodes and links. This property specifies the size of lanes which does not contain nodes, but only links.

 See Also