* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-textblock.xaml
blob592ada1faab3297d33a2c6a09b0769717507829a
1 <Canvas xmlns="http://schemas.microsoft.com/client/2007">
2         <TextBlock Canvas.Left="10" Text="I am a TextBlock!!" />
4         <TextBlock Cursor="IBeam" Canvas.Left="10" Canvas.Top="100">I am the other textblock
5                 <TextBlock.Foreground>
6                         <SolidColorBrush Color="Red"/>
7                 </TextBlock.Foreground>
8         </TextBlock>
9 </Canvas>