Specifies how to resize child columns and rows in the lanes grid when their parent column or row is resized.
Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming
C#
![]() |
---|
public enum ResizeType |
Visual Basic
![]() |
---|
Public Enum ResizeType |
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. |
This enumeration specifies the possible values of the ResizeType property of the Header class.