mind 工具栏

This commit is contained in:
艾竹
2023-03-19 12:38:08 +08:00
parent 8d87f61c07
commit c2f4d3c706
12 changed files with 312 additions and 213 deletions

View File

@@ -88,7 +88,7 @@ namespace AIStudio.Wpf.DiagramDesigner
FontCase = FontCase.None;
HorizontalAlignment = HorizontalAlignment.Center;
VerticalAlignment = VerticalAlignment.Center;
LineHeight = 0;
LineHeight = Double.NaN;
});
}
}
@@ -458,7 +458,7 @@ namespace AIStudio.Wpf.DiagramDesigner
}
}
private double _lineHeight;
private double _lineHeight = Double.NaN;
public double LineHeight
{
get