mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-12 04:06:36 +08:00
PropertyChanged使用基类的,各个类不在自己定义
This commit is contained in:
@@ -1308,7 +1308,7 @@
|
||||
</Fluent:SplitButton.ToolTip>
|
||||
</Fluent:SplitButton>
|
||||
|
||||
<Fluent:Button Header="居中" Size="Middle" Icon="{iconPacks:Material Kind=ImageFilterCenterFocus}" Command="{Binding PageViewModel.DiagramViewModel.CenterCommand}" >
|
||||
<Fluent:Button Header="居中" Size="Middle" Icon="{iconPacks:Material Kind=ImageFilterCenterFocus}" Command="{Binding PageViewModel.DiagramViewModel.CenterMoveCommand}" >
|
||||
<Fluent:Button.ToolTip>
|
||||
<Fluent:ScreenTip Title="CenterAlign"
|
||||
Text="元素居中"
|
||||
|
||||
Reference in New Issue
Block a user