简体   繁体   中英

Windows 8 RichEditBox - How to change the default line spacing

如何使用C#/ XAML更改Windows Store应用程序的RichEditBox的行距?

我不知道这是否能为您提供帮助,但基本上罗伯·卡普兰(Rob Caplan)建议:

MyEditBox.Document.GetDefaultParagraphFormat().SetLineSpacing();

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM