mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 07:56:06 +02:00
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
869 B
869 B
title, ms.date, dev_langs, helpviewer_keywords, ms.assetid
| title | ms.date | dev_langs | helpviewer_keywords | ms.assetid | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| How to: Drag and Drop Ink | 03/30/2017 |
|
|
932dc410-2bf3-4486-ab31-13487ba59f60 |
How to: Drag and Drop Ink
Example
The following example creates an application that enables the user to drag selected strokes from one xref:System.Windows.Controls.InkCanvas to the other.
[!code-xamlInkDragDrop#1]
[!code-csharpInkDragDrop#2] [!code-vbInkDragDrop#2]