WindowsFormsHost
의 버튼에 배경 이미지를 어떻게 설정할 수 있습니까?WindowsFormsHost에서 Button의 BackgroundImage를 설정하는 방법은 무엇입니까?
<WindowsFormsHost Name="wfbutton1" Width="200" Height="100" Background="White" Visibility="Visible" >
<wf:Button Height="23" Left="145" Top="127" wf:Name="button1" Width="75"
Click="button1_Click" Visible="True" FlatStyle="Flat"
BackgroundImage="C:\\Users\\Kvint\\Desktop\\Background.bmp" />
</WindowsFormsHost >
나는 이미지에 를 링크 할 수 없습니다 " 도 작동하지 않습니다. –
WindowsFormsHost의 WinForms 버튼을 사용하고 있습니다. WinForms 버튼의 속성은 BackgroundImage입니다. –