2011年2月19日

摘要: 本代码主要实现了纸牌的出牌动画。鼠标选中的牌前置,定义的牌可以任意指定大小,程序里面是5张,给每张牌定义了鼠标点击事件。using System;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using System.Windows.Shapes;u 阅读全文

posted @ 2011-02-19 17:36 xublogs 阅读(200) 评论(0) 推荐(0)

摘要: <navigation:Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibilit 阅读全文

posted @ 2011-02-19 13:12 xublogs 阅读(144) 评论(0) 推荐(0)