摘要: WPF的工具提示实现方法如下1:简单的工具提示只需设置元素的ToolTip属性example:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> <Button Margin="20" Grid.Row="2" ToolTip="This is a button"> another button </Button>2:复杂的工具提示需要使用更复杂的嵌套内容设置T 阅读全文
posted @ 2010-12-15 16:01 绿茶叶 阅读(4109) 评论(0) 推荐(1) 编辑
摘要: 一个简单非矩形窗口的实现代码如下:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><Window x:Class="grid_Study.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2010-12-15 15:32 绿茶叶 阅读(411) 评论(0) 推荐(0) 编辑