摘要: private double GetTextWidth(string text) { var textBlock = new System.Windows.Controls.TextBlock { Text = text, TextWrapping = TextWrapping.NoWrap, Fo 阅读全文
posted @ 2021-10-13 09:56 奇迹之耀 阅读(171) 评论(0) 推荐(0)