Spiga

随笔档案 - 2011年5月30日

Windows Phone 自定义控件 定时炸弹实例

2011-05-30 18:09 by Yan YAN(闫妍), 115 visits, 网摘, 收藏, 编辑
摘要:炸弹XAML 01: <UserControl x:Class="CrazyBomb.Bomb"02: xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"03: xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"04: xmlns:d="http://schem... 阅读全文

Windows Phone 自定义布局控件,继承Panel

2011-05-30 09:23 by Yan YAN(闫妍), 119 visits, 网摘, 收藏, 编辑
摘要:自定义布局控件 01: using System;02: using System.Net;03: using System.Windows;04: using System.Windows.Controls;05: using System.Windows.Documents;06: using System.Windows.Ink;07: using System.Windows.Input... 阅读全文