blob: bfe4f44b7965571ff3ff16171da7227a896a5acd [file] [log] [blame]
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt">
<Composite.layout>
<GridLayout numColumns="2"/>
</Composite.layout>
<Composite.Resources>
<Style x:Key="any" TargetType="{x:Type Label}">
<Setter Property="Background" Value="Red"/>
</Style>
</Composite.Resources>
<Label Text="Hello"/>
</Composite>