Mega Code Archive

 
Categories / C# / WPF
 

FlowDirection of TextBlock

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"   HorizontalAlignment="Center" VerticalAlignment="Center"> <TextBlock FlowDirection="RightToLeft">   &#x05d0;&#x05d1;&#x05d2;: Foo </TextBlock> </Page>