摘要: public class ArcGauge : Control { public ArcGauge() { Width = 200; Height = 200; SetCurrentValue(ValueProperty, 0d); SetCurrentValue(MinValueProperty, 阅读全文
posted @ 2023-06-06 17:38 willamyao 阅读(630) 评论(0) 推荐(1) 编辑
摘要: public class ButtonEx : Button { static ButtonEx() { DefaultStyleKeyProperty.OverrideMetadata(typeof(ButtonEx), new FrameworkPropertyMetadata(typeof(B 阅读全文
posted @ 2023-06-06 17:36 willamyao 阅读(17) 评论(0) 推荐(0) 编辑