<StackPanel Margin="" TextOptions.TextFormattingMode="Display">
<Label TextOptions.TextRenderingMode="Auto" FontSize="">TextRenderingMode.Auto, small text</Label>
<Label TextOptions.TextRenderingMode="Aliased" FontSize="">TextRenderingMode.Aliased, small text</Label>
<Label TextOptions.TextRenderingMode="ClearType" FontSize="">TextRenderingMode.ClearType, small text</Label>
<Label TextOptions.TextRenderingMode="Grayscale" FontSize="">TextRenderingMode.Grayscale, small text</Label>
<Label TextOptions.TextRenderingMode="Auto" FontSize="">TextRenderingMode.Auto, large text</Label>
<Label TextOptions.TextRenderingMode="Aliased" FontSize="">TextRenderingMode.Aliased, large text</Label>
<Label TextOptions.TextRenderingMode="ClearType" FontSize="">TextRenderingMode.ClearType, large text</Label>
<Label TextOptions.TextRenderingMode="Grayscale" FontSize="">TextRenderingMode.Grayscale, large text</Label>
</StackPanel>
         <Canvas>
<Ellipse Panel.ZIndex="" Fill="Gainsboro" Canvas.Left="" Canvas.Top="" Width="" Height="" />
<Rectangle Panel.ZIndex="" Fill="LightBlue" Canvas.Left="" Canvas.Top="" Width="" Height="" />
<Rectangle Panel.ZIndex="" Fill="LightCoral" Canvas.Left="" Canvas.Top="" Width="" Height="" />
<Rectangle Panel.ZIndex="" Fill="LightCyan" Canvas.Left="" Canvas.Top="" Width="" Height="" />
</Canvas>
    <DockPanel Margin=""  >
<ToolBar DockPanel.Dock="Top">
<Button ToolTip="Create a new file">
<Button.Content>
<Image Source="/WpfTutorialSamples;component/Images/page_white.png" Width="" Height="" />
</Button.Content>
</Button>
<Button>
<Button.Content>
<Image Source="/WpfTutorialSamples;component/Images/folder.png" Width="" Height="" />
</Button.Content>
<Button.ToolTip>
<StackPanel>
<TextBlock FontWeight="Bold" FontSize="" Margin="0,0,0,5">Open file</TextBlock>
<TextBlock>
Search your computer or local network
<LineBreak />
for a file and open it for editing.
</TextBlock>
<Border BorderBrush="Silver" BorderThickness="0,1,0,0" Margin="0,8" />
<WrapPanel>
<Image Source="/WpfTutorialSamples;component/Images/help.png" Margin="0,0,5,0" />
<TextBlock FontStyle="Italic">Press F1 for more help</TextBlock>
</WrapPanel>
</StackPanel>
</Button.ToolTip>
</Button>
</ToolBar> <TextBox>
Editor area...
</TextBox>
</DockPanel>

最新文章

  1. 截取UTF-8编码的汉字,最后一个字出现乱码的问题
  2. 我的第一篇博客/markdown
  3. ASP.NET里的Session详细解释
  4. javascript保留关键字
  5. ios数据库
  6. Script to set the Purchase Order Status to ‘OPEN’(将采购订单重新打开)
  7. junit类找不到的问题解决
  8. FIREDAC数据引擎
  9. 从零开始PHP学习 - 第四天
  10. OSG+VS2010+win7环境搭建
  11. SpringMVC详解(三)------基于注解的入门实例
  12. redis 安装及启动关闭
  13. POJ 3169 Layout 【差分约束】+【spfa】
  14. Unity Shader Graph(二)Dissolve Effect
  15. MySQL 服务启动y异常: 本地无法启动MySQL服务,报的错误:1067,进程意外终止---解决
  16. LeetCode 题解之Number Complement
  17. ubuntu下如何设置中文输入法
  18. bootstrap.yml与application.yml的区别
  19. linux下如何查看所有的用户和组信息?
  20. map详解&lt;一&gt;

热门文章

  1. java 数组定义
  2. poi下载excel模板
  3. .net core 3.0 Signalr - 04 使用Redis做底板来支持横向扩展
  4. cat命令显示文件指定行
  5. vue-cli 脚手架安装
  6. postgresql从库搭建--逻辑复制
  7. [Android Studio] 2019年Android Studio配置指北
  8. 关于未来实现API管理系统的几个关键词
  9. Redis info 说明
  10. Linux内存描述之高端内存–Linux内存管理(五)