Search Results for

    Show / Hide Table of Contents

    Enum MinMaxSizeType

    Determines how a FlexalonObject min or max should be determined.

    Syntax
    public enum MinMaxSizeType

    Fields

    Name Description
    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.

    In This Article
    Back to top Flexalon 3D Layouts