如何格式化“后退按钮” [英] How to format the "back button"

查看:84
本文介绍了如何格式化“后退按钮”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好


我正在使用带有以下代码的后退按钮:


< Button VerticalAlignment =" Top"前景= QUOT;白色"点击= QUOT; Back_Click"&NBSP; Style =" {StaticResource NavigationBackButtonNormalStyle}"的Horizo​​ntalAlignment = QUOT;右" Grid.Row =" 0" />


我的问题是,如何让按钮更大并改变颜色等?


谢谢

解决方案

 

添加宽度和高度以及颜色宝石:


< Button VerticalAlignment =" Top"背景= QUOT;原木色"高度= QUOT; 100"宽度= QUOT; 100"点击= QUOT; Back_Click"&NBSP; Style =" {StaticResource NavigationBackButtonNormalStyle}"的Horizo​​ntalAlignment = QUOT;右"
/>

$


       

Hi all

I am using the back button with the following code:

<Button VerticalAlignment="Top" Foreground="White" Click="Back_Click"  Style="{StaticResource NavigationBackButtonNormalStyle}" HorizontalAlignment="Right" Grid.Row="0"/>

My question is, how do I make the button larger and change the colour etc?

Thanks

解决方案

 

Add width and height and color burlywood:

<Button VerticalAlignment="Top" Background="BurlyWood" Height="100" Width="100" Click="Back_Click"  Style="{StaticResource NavigationBackButtonNormalStyle}" HorizontalAlignment="Right" />

       


这篇关于如何格式化“后退按钮”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆