Vertical text support for TextBox/TextBlock/RichTextBox #7386
Labels
Enhancement Requested
Product code improvement that does NOT require public API changes/additions
Milestone
Japanese can be written from top-to-bottom, right-to-left. I would like to be able to present texts in this format in my WPF projects. Petty tricks like rotating the control won't give the desired result.
Suggestion:
Add a new FlowDirection enum like "VerticalRightToLeft" that allows the aforementioned behavior.
The text was updated successfully, but these errors were encountered: