Mega Code Archive

 
Categories / VB.Net Tutorial / WPF
 

Layout TextBlock in UniformGrid

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"   HorizontalAlignment="Center" VerticalAlignment="Center"> <UniformGrid TextBlock.TextAlignment="Center">   <TextBlock Text="X" />   <TextBlock Text="X"/> </UniformGrid> </Page>