-2

Android では、.xml ファイルで定義されたセレクターを使用できます。Windows Phone では、どうすればそれをすばやく実装できますか?

4

1 に答える 1

0

ボタンの Content プロパティに画像を追加できます。

<Button>
<Button.Content>
<Grid>
<Image Name="Normal" Source="Resources/Image.png"/>
</Grid>
</Button.Content>
</Button>
于 2012-11-05T17:28:37.097 に答える