mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-05-03 22:41:30 +08:00
添加项目文件。
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace GongSolutions.Wpf.DragDrop
|
||||
{
|
||||
public class DropTargetAdorners
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the type of the default highlight target adorner.
|
||||
/// </summary>
|
||||
public static Type Highlight { get; } = typeof(DropTargetHighlightAdorner);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the type of the default insert target adorner.
|
||||
/// </summary>
|
||||
public static Type Insert { get; } = typeof(DropTargetInsertionAdorner);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user