Table of Contents

Enum MinMaxSizeType

Namespace
Flexalon
Assembly
Flexalon.dll

Determines how a FlexalonObject min or max should be determined.

public enum MinMaxSizeType

Fields

Fill

Specify a factor of the space allocated by the parent layout. For example, 0.5 will fill half of the space.

Fixed

Specify a fixed min or max size value.

None

For min, the object cannot shrink. For max, this is infinity.