Gets or sets a value indicating the minimum size of a lane.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public float MinLaneSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property MinLaneSize As Single |
A float value specifying the minimum lane size. The default value is 10.
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.