MindFusion.Wpf Pack Programmer's Guide
LaneResizeType Enumeration
See Also
 





Specifies how to distribute lane sizes when the user resizes rows or columns.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public enum LaneResizeType

Visual Basic  Copy Code

Public Enum LaneResizeType

 Members

  Member name Description

AllowChangeTotal

Only change size of currently resized lane, shifting other lanes to new positions.

PreserveTotalSize

Change size of currently resized lane and its neighbor, keeping grid's total size intact.

 See Also

MindFusion.Diagramming.Wpf.Lanes Namespace