Top "Textblock" questions

TextBlock is a WPF control for displaying small amounts of text.

Multiple Colors In TextBlock

Is it possible to add dynamic colors to a TextBlock ..i.e. have one character in one color and the …

xaml windows-phone-7 textblock text-coloring
Xaml TextBlock set round corner

I am trying to set rounded corner of TextBlock in xaml. But there is no such property. <Grid x:…

c# xaml windows-phone-7 windows-phone-8 textblock
Adding text to a bound TextBlock

I would like to prepend a text in a data-bound text block: <TextBlock Text="{Binding Title}" /> The text …

.net wpf xaml data-binding textblock
Can't edit Textblock content in WPF

I'm working on my first WPF application and I notice that I'm not able to edit the text values in …

wpf xaml textblock
How do you rotate the text in textblock in C# (Code-Behind)~~

Basically I am currently doing final year project in my college whereby i am touching on surface 2.0 WPF. My project …

wpf animation textblock pixelsense
TextBlock to Display HTML in WPF

Is there anyway to display HTML from a string variable to the TextBlock in WPF?

wpf textblock
What the best way to get paragraphs in a WPF textblock? (newline chars?)

I have some text which has "\r\n" newline markers. I would like to have the newlines in a WPF …

wpf newline textblock
How to get a WPF TextBlock to scroll where the Text property is set asynchronously?

I have a TextBlock, wrapped in a ScrollViewer, and the Text property of the TextBlock is set with the result …

c# .net wpf asynchronous textblock
WPF: Binding Visibility by string contents

Ok, so here is my XAML: <TextBlock Text="{Binding Path=InstanceName}"></TextBlock> If InstanceName is null …

wpf binding visibility textblock
Data binding the TextBlock.Inlines

My WPF App receives a stream of messages from a backend service that I need to display in the UI. …

wpf data-binding textblock inlines