Search
OrthogonalLayout.MinLaneSize Property
See Also
 





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

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

 Syntax

C#  Copy Code

public float MinLaneSize { get; set; }

Visual Basic  Copy Code

Public Property MinLaneSize As Single

 Property Value

A float 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