Is there any possibility that I can use it in a layout,such as:
Code: Select all
<Window Type="TaharezLook/Editbox" Name="TextDemo/editAge" >
<Property Name="Text" Value="18" />
<Property Name="MaxTextLength" Value="1073741823" />
<Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
<Property Name="UnifiedAreaRect" Value="{{0.309388,0},{0.497488,0},{0.361665,0},{0.548012,0}}" />
...
<AnimationDefinition name="Testing" duration="0.3" replayMode="once">
<Affector property="Alpha" interpolator="float">
< KeyFrame position="0.0" value="1.0" />
<KeyFrame position="0.3" value="0.5" />
</Affector>
<Affector property="YRotation" interpolator="float">
<KeyFrame position="0.0" value="0" />
<KeyFrame position="0.3" value="10" />
</Affector>
</AnimationDefinition>
</Window>