MindFusion.Wpf Pack Programmer's Guide
Grid.ResizeType Property
See Also
 





Gets or sets 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 LaneResizeType ResizeType { get; set; }

Visual Basic  Copy Code

Public Property ResizeType As LaneResizeType

 Property Value

A value of the LaneResizeType enumeration. The default value is AllowChangeTotal.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace
AllowResizeHeaders Property