mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 08:10:50 +08:00
箭头分离到独立的model中,方便自定义path
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public interface IQuickThemeViewModel
|
||||
{
|
||||
QuickTheme[] QuickThemes { get; }
|
||||
QuickTheme QuickTheme { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user