Skip to content

Instantly share code, notes, and snippets.

View SUN-0613's full-sized avatar

Aki Yam SUN-0613

  • self-employed
  • Nagasaki City
View GitHub Profile
<Window x:Class="BlogMVVMSample.Forms.View.DragAndDropView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
xmlns:b="clr-namespace:BlogMVVMSample.Behaviors"
xmlns:vm="clr-namespace:BlogMVVMSample.Forms.ViewModel"
mc:Ignorable="d"
Title="DragAndDropView" Height="450" Width="800">