博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
WPF学习笔记
阅读量:5214 次
发布时间:2019-06-14

本文共 542 字,大约阅读时间需要 1 分钟。

WPF

一、XAML :

1、">" 用 &lt; 表示 "<" 用 &lt;  表示,如Button Content="&lt;Button&gt;"  

2、多个空格  如TextBox Text="This a Test Multi Space “       ”。"  xml:space="preserve"

3、 <GroupBox Margin="10" BorderBrush="AliceBlue" Grid.Row="1" Grid.RowSpan="2" Grid.Column="0" Grid.ColumnSpan="2">

            <GroupBox.Header>
                <Image Source="pack://SiteOfOrigin:,,,/images/1.jpg" Width="40" Height="40"/>
            </GroupBox.Header>
            <TextBlock TextWrapping="WrapWithOverflow" Margin="10">
                一棵树、一匹马、一头大象和一只鸡在一起。打一种日常用品。
            </TextBlock>
        </GroupBox>

转载于:https://www.cnblogs.com/yxli2008/p/11181904.html

你可能感兴趣的文章
java面试题之hashcode相等两个类一定相等吗?equals呢?相反呢?
查看>>
[leetcode]Generate Parentheses
查看>>
svn客户端清空账号信息的两种方法
查看>>
springboot添加servlet的两种方法
查看>>
java的Array和List相互转换
查看>>
win7安装IIS
查看>>
java获取当前项目路径System.getProperty("user.dir")
查看>>
idea关闭sonarLint自动扫描
查看>>
java的byte[]与String相互转换
查看>>
idea打开Run Dashboard
查看>>
java注解简单使用
查看>>
【转】Axure RP9.0.0.3661Team Edition激活码
查看>>
springboot集成mybatisplus小例子
查看>>
jqGrid设置单选
查看>>
mysql查看和修改最大连接数
查看>>
【转】查看电脑显卡型号及显卡性能
查看>>
windows安装reids
查看>>
bat启动OpenOffice4
查看>>
layui父页面获取子页面数据
查看>>
ztree实现拖拽移动和复制
查看>>