views:

34

answers:

1

I have to fulfill below requirement for my display text (assume I am using TextBlock)

Draw white text (8pt 255-255-255 with 0 thickness stroke) over a dark filled text (8pt 69-77-96 with Thickness 5)

How should I implement this? I am flexible to use other controls also.. Appreciate your help!!

A: 

I would recommend taking a look at this thread: http://stackoverflow.com/questions/93650/apply-stroke-to-a-textblock-in-wpf

C8H10N4O2