mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-16 14:16:36 +08:00
项目结构调整
This commit is contained in:
11
Others/Dragablz/Dragablz/VerticalPositionMonitor.cs
Normal file
11
Others/Dragablz/Dragablz/VerticalPositionMonitor.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Dragablz
|
||||
{
|
||||
public class VerticalPositionMonitor : StackPositionMonitor
|
||||
{
|
||||
public VerticalPositionMonitor() : base(Orientation.Vertical)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user