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