【发布时间】:2018-11-10 09:54:36
【问题描述】:
我的按钮有问题,我看过这个视频:https://www.youtube.com/watch?v=jySYq5QJZes&t=174s
他放了一个扁平的按钮。我和他一样,我有这个按钮(带有丑陋的窗口样式:()
这是我的按钮的 xaml 代码:
<Button Content="X" HorizontalAlignment="Left" Margin="199,0,0,0" VerticalAlignment="Top" Width="37" Height="31" Background="{x:Null}" BorderBrush="{x:Null}"/>
你能帮帮我吗?
【问题讨论】:
-
您使用的是什么操作系统 (Windows)?与 Windows 8+ 相比,Windows 7 上的控件看起来不同。
-
我在 Windows 7 上。谢谢 :) @mm8
标签: c# wpf windows button styles