OSRS Plugin API
    Preparing search index...

    Enumeration LayoutMode

    Enum used to specify how a UI element should interpret a layout property.

    Index

    Enumeration Members

    Enumeration Members

    AUTOMATIC: 0

    The UI element should determine this layout property automatically, based upon its container.

    MANUAL: 1

    The UI element should use manual settings for this layout property.

    PROPORTIONAL: 2

    The UI element should be sized with a proportional relationship to the current screen size.