Enum MinMaxSizeType
- Namespace
- Flexalon
- Assembly
- Flexalon.dll
Determines how a FlexalonObject min or max should be determined.
public enum MinMaxSizeType
Fields
FillSpecify a factor of the space allocated by the parent layout. For example, 0.5 will fill half of the space.
FixedSpecify a fixed min or max size value.
NoneFor min, the object cannot shrink. For max, this is infinity.