Windows Phone 有背景的按鈕

  <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
            <Button Content="有背景的按鈕" HorizontalAlignment="Center" VerticalAlignment="Top" Height="auto" Padding="20">
                <Button.Background>
                    <ImageBrush ImageSource="btn_cancle_pressed.9.png" Stretch="UniformToFill"/>
                </Button.Background>
            </Button>
        </Grid>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章