0
白色邊框我有一個按鈕,下面的代碼:WPF - 在Win 7
<Button Content="Logoff" FocusVisualStyle="{x:Null}"
Background="Transparent" BorderBrush="{x:Null}" BorderThickness="0"/>
在我目前的操作系統Win 7的我仍然得到白色邊框。我怎樣才能刪除這個?
白色邊框我有一個按鈕,下面的代碼:WPF - 在Win 7
<Button Content="Logoff" FocusVisualStyle="{x:Null}"
Background="Transparent" BorderBrush="{x:Null}" BorderThickness="0"/>
在我目前的操作系統Win 7的我仍然得到白色邊框。我怎樣才能刪除這個?
由於按鈕的默認鑲邊顯示白色邊框.Chrome類是特定於主題的。您可以根據自己的喜好完全自定義它,否則您可以完全刪除按鈕控件的鑲邊。更
How to remove ButtonChrome border (when defining the template of a border)?
這個問題有沒有關係編碼風格,我刪除了標籤 – 2011-05-13 08:42:30