Mega Code Archive

 
Categories / VB.Net Tutorial / WPF
 

Whitespace as content and as attribute

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"       HorizontalAlignment="Center" VerticalAlignment="Center"> <TextBlock>   A      B   <Run Text="A      B" /> </TextBlock> </Page>