【发布时间】:2015-11-15 05:40:29
【问题描述】:
我正在开发 Windows 移动应用程序 我已经为 VS blend 2015 添加了按钮,但是没有 按钮导航到 选项如何绑定到我的页面按钮 sub.xaml
<Button x:Name="button" Content="Enter" Height="42" Margin="122,-113,0,0"
VerticalAlignment="Top" Width="144" Foreground="#FF50CBC5"
Background="#FF0F0E0E" HorizontalAlignment="Left"/>
【问题讨论】:
-
我想导航 sub.xaml 页面的按钮
-
是的,谢谢
标签: visual-studio windows-phone blend