mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 08:26:36 +08:00
笔误啊
This commit is contained in:
@@ -16,7 +16,7 @@ namespace AIStudio.Wpf.BaseDiagram.Helpers
|
||||
return (Type)obj.GetValue(EnumProperty);
|
||||
}
|
||||
|
||||
public static void SetEnum(DependencyObject obj, string value)
|
||||
public static void SetEnum(DependencyObject obj, Type value)
|
||||
{
|
||||
obj.SetValue(EnumProperty, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user