Gets or sets a value indicating whether the layout algorithm is allowed to change the initial Lane dimensions.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool ChangeLaneDimensions { get; set; } |
Visual Basic Copy Code |
---|
Public Property ChangeLaneDimensions As Boolean |
true if the algorithm is allowed to change the lane dimensions; otherwise, false. The default is true.