mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-26 03:07:55 +08:00
项目结构调整
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace GongSolutions.Wpf.DragDrop
|
||||
{
|
||||
/// <summary>
|
||||
/// Specifies how <see cref="T:System.Windows.Controls.ScrollViewer" /> reacts to drop operation.
|
||||
/// </summary>
|
||||
public enum ScrollingMode
|
||||
{
|
||||
None,
|
||||
HorizontalOnly,
|
||||
VerticalOnly,
|
||||
Both
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user