Gets a value indicating the minimum size of a lane.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public float getMinLaneSize () |
A float value specifying the minimum lane size. The default value is 10.
RemarksThe result of the layout's arrange method 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