aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 15:33:28 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 15:33:28 +0200
commit6bac62d0d08cb87e8925f05a6371c76fc52af009 (patch)
treec6d78574242a1cc3c309cd210f7f4692e00680e8 /Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs
parentd1e8b5dc2cfa93bf042773b4bf04a0f0bfc1f53d (diff)
downloadTango-6bac62d0d08cb87e8925f05a6371c76fc52af009.tar.gz
Tango-6bac62d0d08cb87e8925f05a6371c76fc52af009.zip
Added code comments for:
DAL.Local. DAL.Remote. DragAndDrop.
Diffstat (limited to 'Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs')
-rw-r--r--Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs b/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs
index fe58367aa..606e8a2e5 100644
--- a/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs
+++ b/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs
@@ -16,21 +16,8 @@ using Tango.SharedUI.Helpers;
namespace Tango.DragAndDrop
{
/// <summary>
- /// <para><img class="classImage" src="../Media/DragAndDropService.png" /></para>
/// Represents a drag and drop service which exposes several attached properties and events to create an interactive drag and drop functionality.
/// </summary>
- /// <example>
- /// <para class="example-title">
- /// <img class="exampleIcon" src="../Icons/CodeExample.png" />
- /// <i>
- /// The following example demonstrates how to use the Drag and Drop service and the <see cref="DraggingSurface"/> to easily create drag and drop features.
- /// </i>
- /// </para>
- /// <para>
- /// <markup><video class="exampleVideo" autoplay="autoplay" controls="controls" loop="loop" src="../Media/DragAndDropExample.mp4"></video></markup>
- /// </para>
- /// <code lang="XAML" source="../FullAPIExamples/Examples/DragAndDrop/DragAndDropExample.xaml" title="Drag and Drop Example." />
- /// </example>
/// <seealso cref="DraggingSurface" />
/// <seealso cref="DropEventArgs" />
public static class DragAndDropService