blob: 37cff940bf9e7625df6e07f7dda48c3823782741 [file] [log] [blame]
<j:PersonView
xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
xmlns:j="clr-namespace:org.eclipse.xwt.tests.view">
<j:PersonView.layout>
<GridLayout numColumns="2"/>
</j:PersonView.layout>
<Label Text="First name:"/>
<Text x:Style="BORDER" Text="{Binding Path=firstName}"/>
<Label Text="Last name:"/>
<Text x:Style="BORDER" Text="{Binding Path=lastName}"/>
</j:PersonView>