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





Specifies how to resize child columns and rows in the lanes grid when their parent column or row is resized.

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

 Syntax

C#  Copy Code

public enum ResizeType

Visual Basic  Copy Code

Public Enum ResizeType

 Members

  Member name Description

Fixed

The header's size (width or height) is fixed and does not change when its parent header is being resized unless all its siblings have fixed size too.

Proportional

The header resizes in proportion to its parent header.

 Remarks

This enumeration specifies the possible values of the ResizeType property of the Header class.

 See Also

MindFusion.Diagramming.Wpf.Lanes Namespace