handycontrol.Pagination修改页背景色
UI说这个背景色太深了,让我改下,尝试了Background不管用,又搜不到相关资料,所以就下源码找办法
Gitee源码地址
https://gitee.com/handyorg/HandyControl/
最终解决办法
HandyControl.Controls.VisualElement.SetHighlightBackground(thePagination, new SolidColorBrush(Color.FromRgb(255, 0, 0))); HandyControl.Controls.VisualElement.SetHighlightBorderBrush(thePagination, new SolidColorBrush(Color.FromRgb(0, 255, 0)));
注意,Nuget从3.3.0升级到3.4.0会导致程序其他界面的排版出现问题,比如文字显示不全