How can I use Stroke and Stroke Thickness style options for text in TextBox?
Or is there other editable control that has it?
Cause I have OutlinedTextBlock with this options and I want editing to look the same.
How can I use Stroke and Stroke Thickness style options for text in TextBox?
Or is there other editable control that has it?
Cause I have OutlinedTextBlock with this options and I want editing to look the same.
Hi,
Welcome to our Microsoft Q&A platform!
TextBox doesn't have these two properties,but you can customize a class that inherits FrameworkElement,see the following link:
apply-stroke-to-a-textblock-in-wpf
Thanks.
4 people are following this question.