mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
箭头分离到独立的model中,方便自定义path
This commit is contained in:
@@ -67,6 +67,16 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
get; set;
|
||||
}
|
||||
|
||||
public IFontViewModel FontViewModel
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
public IShapeViewModel ShapeViewModel
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
private PageSizeType _pageSizeType = PageSizeType.A4;
|
||||
public PageSizeType PageSizeType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user