TextBox如何使其从下面的位图中脱颖而出

时间:2016-01-31 15:17:14

标签: c# wpf textbox effects

我在图像上有一个文本框,一个堆叠在另一个上面。 图像可能会有所不同,因此文本可能会被下面的颜色隐藏。 我正在寻找像pic中那样的效果

enter image description here

这样无论背景光线或暗度如何,图像总是会出现。

enter image description here

我尝试过阴影或模糊效果,但没有奏效或无法使其有效运作。

1 个答案:

答案 0 :(得分:1)

您可以根据需要更改Fontfamily,Fontsize,Stroke,并且OutlinedTextBlock类位于Apply stroke to a textblock in WPF。确保已实现OutlinedTextBlock的命名空间

MapFragment