TextBlock : WPF Shapes « WPF « ASP.Net






TextBlock


<Canvas xmlns="http://schemas.microsoft.com/client/2007"  
     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <TextBlock>
        Hello XAML from the Web--#1
    </TextBlock>
</Canvas>

 








Related examples in the same category

1.LinearGradientBrush
2.Ellipse
3.Polyline
4.RectangleGeometry
5.Ellipse.OpacityMask
6.Rectangle.RenderTransform
7.Nested Canvas