LayoutManagerMixin is a mixin containing rules that can be used by other designs.
We do not use it alone; instead, it is used to add the rules to other designs. Presently there are 3 UI designs that use this mixin (see below).
Parameter Rules
All of the parameter rules in the 'LayoutManagerMixin' design are from the mixin 'Rectangle'.
Mixins
Rectangle
RectangleMixin
RectangleRenderMixin
Render3Mixin
BaseAssembly
AssemblyRenderMixin
FrameMixin
AssemblyMixin
FrameMixin
BaseNode
BaseModel
UI Designs that use the LayoutManagerMixin:
1.HorizontalLayoutManager
2.VerticalLayoutManager
3.GridLayoutManager