how to wrap text in C#......
this.textBlockWrapped.TextWrapping = TextWrapping.Wrap;
<TextBlock x:Name="textBlockWrapped" TextWrapping="Wrap" Text="This is a very long text in a TextBlock that should be wrapped."/>
i need both design and programmatically change the theme any one help.... with sample code