• 大小: 247KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-24
  • 语言: C#
  • 标签: WPF  C#  拖拽  

资源简介

1,实现任意UI的拖拽 2,边缘检测,不能拖出指定范围 3,实现拖拽的同时可点击

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

namespace topmosttest
{
    /// 
    /// Interaction logic for App.xaml
    /// 

    public partial class App : Application
    {
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     24576  2019-02-18 15:48  DragIt\.vs\DragIt\v15\.suo

     文件          0  2019-02-18 15:48  DragIt\.vs\DragIt\v15\Server\sqlite3\db.lock

     文件       4096  2019-02-18 15:48  DragIt\.vs\DragIt\v15\Server\sqlite3\storage.ide

     文件      32768  2019-02-18 15:48  DragIt\.vs\DragIt\v15\Server\sqlite3\storage.ide-shm

     文件     753992  2019-02-18 15:48  DragIt\.vs\DragIt\v15\Server\sqlite3\storage.ide-wal

     文件        187  2015-07-27 13:46  DragIt\App.config

     文件        322  2015-07-27 13:46  DragIt\App.xaml

     文件        344  2015-07-27 13:46  DragIt\App.xaml.cs

     文件      10752  2019-02-18 15:44  DragIt\bin\Debug\DragIt.exe

     文件        187  2015-07-27 13:46  DragIt\bin\Debug\DragIt.exe.config

     文件      24064  2019-02-18 15:44  DragIt\bin\Debug\DragIt.pdb

     文件      14848  2019-02-18 09:16  DragIt\bin\Debug\topmosttest.exe

     文件        187  2015-07-27 13:46  DragIt\bin\Debug\topmosttest.exe.config

     文件      32256  2019-02-18 09:16  DragIt\bin\Debug\topmosttest.pdb

     文件      24224  2015-07-29 10:17  DragIt\bin\Debug\topmosttest.vshost.exe

     文件        187  2015-07-27 13:46  DragIt\bin\Debug\topmosttest.vshost.exe.config

     文件        490  2010-03-17 22:39  DragIt\bin\Debug\topmosttest.vshost.exe.manifest

     文件       4410  2019-02-18 09:18  DragIt\DragIt.csproj

     文件       1109  2019-02-18 15:48  DragIt\DragIt.sln

     文件        819  2019-02-18 09:36  DragIt\MainWindow.xaml

     文件       2734  2019-02-18 15:43  DragIt\MainWindow.xaml.cs

     文件       2321  2019-02-18 09:19  DragIt\obj\Debug\App.g.cs

     文件       2321  2019-02-18 15:48  DragIt\obj\Debug\App.g.i.cs

     文件        670  2019-02-18 09:08  DragIt\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7033  2019-02-18 15:48  DragIt\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件         42  2019-02-18 15:48  DragIt\obj\Debug\DragIt.csproj.CoreCompileInputs.cache

     文件       1055  2019-02-18 15:43  DragIt\obj\Debug\DragIt.csproj.FileListAbsolute.txt

     文件        954  2019-02-18 09:19  DragIt\obj\Debug\DragIt.csproj.GenerateResource.cache

     文件      12651  2019-02-18 15:48  DragIt\obj\Debug\DragIt.csprojAssemblyReference.cache

     文件      10752  2019-02-18 15:44  DragIt\obj\Debug\DragIt.exe

............此处省略50个文件信息

评论

共有 条评论