zoukankan
html css js c++ java
第一次运行起来XAML
经过两次的安装,终于将Windows SDK安装进去,马上试验了XamlPad,很多xaml都跑不起来(不认Class节点:( ,最后修改出一个,先纪念一下:
<
Page
xmlns
="http://schemas.microsoft.com/winfx/avalon/2005"
xmlns:x
="http://schemas.microsoft.com/winfx/xaml/2005"
>
<
StackPanel
Orientation
="Vertical"
>
<
TextBlock
DockPanel.Dock
="Top"
Margin
="10,10,10,10"
>
Enter Text for Page 2
</
TextBlock
>
<
TextBox
Name
="txtBox"
Width
="150"
Height
="30"
Horizonta<TextBox AcceptsReturn
='True'
VerticalScrollBarVisibility
='Visible'></TextBox>lAlignment="Left"
Margin
="10,10,10,10"
/>
<
Button
Height
="30"
Width
="150"
HorizontalAlignment
="Left"
Margin
="10,10,10,10"
Content
="Go To Page 2"
/>
</
StackPanel
>
</
Page
>
显示的效果如下:
查看全文
相关阅读:
第8月第15天 app支持后台播放
第8月第12天 python json.dumps danmu
第7月第27天 c++11 boost
第7月第26天 iOS httpserver
第7月第25天 xcode bundle calayer动画
我曾七次鄙视自己的灵魂
learning shell display alert function(5)
learning armbian steps(6) ----- armbian 源码分析(一)
learning scala 数组和容器
learning scala ide tools install
原文地址:https://www.cnblogs.com/tansm/p/335114.html
最新文章
赋值运算符重载
运算符小括号重载
下标运算符重载
Linux之信号
kill函数
sql server 分组,取每组的前几行数据
forfiles删除过期文件robocopy
共享路径
SQL Server 2016新特性: 对JSON的支持
SQL Server 2012 手动安装帮助文档+排错
热门文章
关于论文格式要求及字体大小
SQL 事务隔离级别
Sql Server 按格式输出日期
网络资源
SQL Server将一列的多行内容拼接成一行
第9月第3天 uilabel contentscale
第8月第22天 python scrapy
第8月第21天 django lbforum项目记录
第8月第19天 django rest
第8月第16天 django pil
Copyright © 2011-2022 走看看