【转】【WPF】Grid显示边框线
摘要:
使用附加属性: <Grid Height="120" Grid.Row="1" cui:GridOptions.ShowBorder="True" ></Grid> public class GridOptions { //暂时不处理实时显示的事情 #region 显示边框信息 public sta 阅读全文
posted @ 2021-08-03 10:34 梦琪小生 阅读(3144) 评论(0) 推荐(0) 编辑