mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-05-02 14:01:29 +08:00
笔误啊
This commit is contained in:
@@ -16,7 +16,7 @@ namespace AIStudio.Wpf.BaseDiagram.Helpers
|
|||||||
return (Type)obj.GetValue(EnumProperty);
|
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);
|
obj.SetValue(EnumProperty, value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user