摘要: <Button Background="Transparent" Margin="0,0,139,61"> <Button.Content> <StackPanel> <Ellipse Fill="Green" Width="25" Height="25"/> <Label Content="OK! 阅读全文
posted @ 2020-07-05 19:01 二维一加零 阅读(260) 评论(0) 推荐(0)
摘要: 点击按钮的后台代码: this.WindowState = WindowState.Minimized; 运行程序后,点击按钮,窗体将最小化。 阅读全文
posted @ 2020-07-05 17:27 二维一加零 阅读(409) 评论(0) 推荐(0)