Windows WPF 設定設定Icon,希望達到圖之成效。
首先先將圖片放置於專案之中,然後在UI的XML之中找到Window標籤,在裡面添加Icon = "{實際圖片檔案的路徑}",即可完成,程式碼如下。
Code ::
<Window x:Class="WPF_Sample.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="350" Width="525" Icon="icon.png"> <Grid> </Grid> </Window>
文章標籤
全站熱搜
留言列表