mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-11 19:56:36 +08:00
画板基础基本完成
This commit is contained in:
@@ -22,7 +22,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
else if (value is ColorObject colorObject)
|
||||
{
|
||||
brush = ColorObject.ToBrush(colorObject);
|
||||
brush = colorObject.ToBrush();
|
||||
}
|
||||
else if (value is ObservableCollection<GradientStop> gradientStop)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user