mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
11 lines
223 B
C#
11 lines
223 B
C#
using System.Windows.Controls;
|
|
|
|
namespace Dragablz
|
|
{
|
|
public class VerticalPositionMonitor : StackPositionMonitor
|
|
{
|
|
public VerticalPositionMonitor() : base(Orientation.Vertical)
|
|
{
|
|
}
|
|
}
|
|
} |