摘要: XAML:只定义了一个矩形rectangle,要处理的事件有按下鼠标(左击)、鼠标移动、左击弹起。 1 <UserControl x:Class="Event.MainPage" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 4 xmlns:d="http://schemas.microsoft.com/express 阅读全文
posted @ 2012-01-31 15:52 Nereus_37 阅读(1245) 评论(1) 推荐(0) 编辑