Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 Canvas 上显示的 TextBlock,它显示用户输入的文本。
我想获取此 TextBlock 的内容,但我需要以我知道换行符发生位置的方式获取它,例如:
从这个显示的文本块中,我如何获取文本并知道换行符在哪里?
此外,这是一个 Windows 应用商店应用程序,因此完整的 .NET 框架不可用。
据我所知,无法从中检索此类信息TextBlock,但是您可以尝试以下操作:
TextBlock
FormattedText