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>

 

arrow
arrow
    文章標籤
    wpf
    全站熱搜
    創作者介紹
    創作者 Lung-Yu,Tsai 的頭像
    Lung-Yu,Tsai

    Lung-Yu,Tsai 的部落格

    Lung-Yu,Tsai 發表在 痞客邦 留言(0) 人氣()