Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/how-to-drag-and-drop-ink.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* 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
2020-09-04 09:46:28 -07:00

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
csharp
vb
dragging ink [WPF]
ink [WPF], dragging
ink [WPF], drag-and-drop
ink [WPF], dropping
drag-and-drop ink
dropping ink [WPF]
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]