資源簡介
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個文件信息
評論
共有 條評論