class-inheritance-$25.lzx
<canvas width="100%">
<class name="myplacement" defaultplacement="red" layout="axis: x; spacing: 5">
<simplelayout spacing="10"/>
<view name="red" bgcolor="red" width="150" height="150"/>
<view name="yellow" bgcolor="yellow" width="150" height="150"/>
</class>
<myplacement>
<view name="blue" bgcolor="blue" width="50" height="50" placement="yellow"/>
<view name="green" width="50" height="50" bgcolor="green"/>
<view name="teal" width="50" height="50" bgcolor="teal"/>
</myplacement>
</canvas>