Linked Questions

0 votes
0 answers
37 views

Image Hello, is there a way to achieve the design shown in the image using XAML code? I'm having difficulty finding a clear answer on this topic. I want to avoid using images in my app. What is the ...
Mateusz Rosiński's user avatar
7 votes
4 answers
22k views

I am kinda new to WPF, dont know if the question is weird. I wanted to know if its possible to add a border around the text inside a textBlock. EDIT: As per suggestion I have tried both but without ...
munna's user avatar
  • 131
8 votes
5 answers
12k views

Is it possible to apply an outer bevel effect to the label text in WPF? as for me, the Glow effect should be sufficient:
serhio's user avatar
  • 28.7k
8 votes
7 answers
4k views

I have a custom wpf control. It is basically a textblock which has an ability to apply fill and stroke to the text. It is already inherited by a class. The problem is that it does not have some ...
developer group's user avatar
10 votes
2 answers
21k views

I'm creating an app for the Windows 8 app store and I'm pretty new to the XAML UI stuff. What I want to do is create a black border around the actual text in the textblock. Any help would be greatly ...
Slayter's user avatar
  • 1,170
5 votes
4 answers
7k views

as the title says, I would like to have a black font with a white border in my TextBox. How could it be achieved? Cheers.
Jamie's user avatar
  • 1,092
5 votes
1 answer
6k views

I have a Silverlight app where I want to give my textblock an outline (not the textblock, the characters themselves), otherwise known as stroke. I found this question which works for WPF, but is ...
tnw's user avatar
  • 13.9k
3 votes
2 answers
5k views

I need to set the text of a TextBlock code behind to a string containing formatted text. For example this string: "This is a <Bold>message</Bold> with bold formatted text" If I put this ...
user2272143's user avatar
2 votes
4 answers
5k views

I want to create a border for the text in the TextBlock. I tried with dropping shadow but It runs into an issue. The issue is with DropShadowPanel. I have reported the issue So I need an alternative ...
Vijay Nirmal's user avatar
  • 5,927
5 votes
1 answer
5k views

I tried to google it out, but is there any sample Shader effect which I could use to produce an outlined FormattedText. I was able to get the outline by using BuildGeometry(), but the performance is ...
Trainee4Life's user avatar
  • 2,283
0 votes
1 answer
4k views

I was looking for a way to create an outline for some text in WPF to make it more distinguishable from the background. The original look I am trying to mimick is the following You will notice that the ...
Christian Ivicevic's user avatar
0 votes
1 answer
4k views

My question relates to this question. This question is quite dated, and the answer more so and it feels like it is lacking somewhat. The user created a control from scratch that is lacking somewhat, ...
Will's user avatar
  • 3,615
1 vote
1 answer
3k views

I would like to have a TextBlock outlined (add stroke to text, not the TextBlock rectangle) in WP 7.1 but have no clue how to do that.
Filip Frącz's user avatar
  • 5,977
4 votes
1 answer
459 views

My project use some font like Arabic character, I also need use stroke on the font. I already try some way to display the Stroke, like : https://stackoverflow.com/a/9887123/1900498 (OuterTextBlock) ...
qakmak's user avatar
  • 1,407
3 votes
1 answer
653 views

In a view I have a smaller font, foreground is white and background is dark grey. At the moment I use a drop shadow effect like <DropShadowEffect BlurRadius="0" Opacity="0.99" ...
Mare Infinitus's user avatar

15 30 50 per page