mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
mind 工具栏
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user