Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,783 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.