search
尋找貓咪~QQ 地點 桃園市桃園區 Taoyuan , Taoyuan

C# button 按鈕+Image圖片 顯示設定 – jashliao部落格

C# button 按鈕+Image圖片 顯示設定

資料來源:https://msdn.microsoft.com/zh-tw/library/system.windows.forms.buttonbase.image(v=vs.110).aspx

private void SetMyButtonProperties()
 {
    // Assign an image to the button.
    button1.Image = Image.FromFile(“C:\\Graphics\\MyBitmap.bmp”);
    // Align the image and text on the button.
    button1.ImageAlign = ContentAlignment.MiddleRight;    
    button1.TextAlign = ContentAlignment.MiddleLeft;

    // Give the button a flat appearance.
    button1.FlatStyle = FlatStyle.Flat;
 }

 

 

 

 

 



熱門推薦

本文由 jashliaoeuwordpress 提供 原文連結

寵物協尋 相信 終究能找到回家的路
寫了7763篇文章,獲得2次喜歡
留言回覆
回覆
精彩推薦