mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-17 23:16:41 +08:00
支持动画使用不同的形状
This commit is contained in:
@@ -470,6 +470,22 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
[XmlAttribute]
|
||||
public bool Repeat
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
public bool Start
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
public int Completed
|
||||
{
|
||||
get;set;
|
||||
}
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user