metro 拖动元素 元素
摘要:
public sealed partial class MainPage : Page { // Global Transform used to change the position of the Rectangle. private TranslateTransform dragTranslation; // Constructor public MainPage() { InitializeComponent(); // Add handler for the Ma... 阅读全文
posted @ 2012-09-18 14:24 GIS-MAN 阅读(320) 评论(0) 推荐(0) 编辑