<?xml version="1.0" encoding="utf-8"?>
<Application xmlns="http://ns.adobe.com/mxml/2009"
xmlns:mx="library:adobe/flex/halo">
<Group id="group"
horizontalCenter="0"
verticalCenter="0">
<Rect id="rect"
width="120"
height="60">
<fill>
<SolidColor color="red" alpha="0.2" />
</fill>
<stroke>
<SolidColorStroke color="black" weight="4" />
</stroke>
</Rect>
<TextGraphic id="textGraphic"
horizontalCenter="0"
verticalCenter="0"
color="#000000"
fontFamily="Arial"
fontWeight="bold">
<content>{Capabilities.version}</content>
</TextGraphic>
</Group>
<mx:Label text="I'm a Halo Label component!" />
</Application>