LayoutTransform会影响布局,让grid显示分割线时候,可以看出

<Window x:Class="wpf180709.Window1"

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="Window1" Height="300" Width="300">
    <Grid ShowGridLines="True">
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="Auto"></ColumnDefinition>
            <ColumnDefinition></ColumnDefinition>
        </Grid.ColumnDefinitions>
        <TextBlock Text="Hello Transform" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Bottom">
            <TextBlock.LayoutTransform>
                <RotateTransform Angle="-90"></RotateTransform>
            </TextBlock.LayoutTransform>
        </TextBlock>
    </Grid>
</Window>

最新文章

  1. Elasticsearch初步使用(安装、Head配置、分词器配置)
  2. scala and machine learning
  3. 在无修改权限的情况下修改文件hosts中的内容
  4. [Nodejs]十分钟快速编写简单静态文件服务器
  5. 【VerySky原创】RPR_ABAP_SOURCE_SCAN
  6. MacOSX和Windows 8的完美融合
  7. python学习小结2:if和while控制语句
  8. 通过wifi调试Android程序
  9. 关于 yii 验证码显示, 但点击不能刷新的处理
  10. 国际化标签 &lt;fmt:bundle&gt;&amp;&lt;fmt:message&gt;的使用
  11. IT资源专业搜索-www.easysoo.cn
  12. 讲解——Trie树(字典树)
  13. linuxlab下虚拟板与主机通信
  14. hdu_5879_Cure(打表)
  15. 从parcel.js打包出错,到拥抱nvm
  16. Chapter 5 Blood Type——32
  17. Python 中的 10 个常见安全漏洞,以及如何避免(上)
  18. MySQL表与表之间的SQL Joins图介绍
  19. sublime text2 插件 - ctags的使用
  20. centos 主机名突然变成bogon的解决方法

热门文章

  1. Django表单上传
  2. Qt 学习: 视图选择 (QItemSelectionModel)
  3. HashTable 解决碰撞(冲突)的方法 —— 分离链接法(separate chaining)
  4. 第六章:任务执行——Java并发编程实战
  5. 【dotnet跨平台】Asp.net 正在经历的变革
  6. Erlang Process input queue
  7. Thermal zone monitoring in an electronic device
  8. Sqlplus的一般操作
  9. Babel与Polyfill的关系和区别
  10. POJ 1418 基本操作和圆 离散弧