命名调整

This commit is contained in:
GG Z
2025-07-12 23:31:32 +08:00
parent 4d35cadb56
commit 6d96da6f90
88 changed files with 3975 additions and 2763 deletions

View File

@@ -27,7 +27,7 @@
</StackPanel>
<Grid Grid.Row="1">
<Grid.Resources>
<Style TargetType="antd:Button">
<Style TargetType="antd:AntButton">
<Setter Property="Margin" Value="8 0 0 8" />
</Style>
</Grid.Resources>
@@ -58,10 +58,10 @@
<antd:CodeBox.Content>
<StackPanel>
<WrapPanel>
<antd:Button Content="Align edge / 边缘对齐" />
<antd:AntButton Content="Align edge / 边缘对齐" />
</WrapPanel>
<WrapPanel>
<antd:Button Content="Arrow points to center / 箭头指向中心" />
<antd:AntButton Content="Arrow points to center / 箭头指向中心" />
</WrapPanel>
</StackPanel>
</antd:CodeBox.Content>
@@ -87,24 +87,24 @@
<RowDefinition />
</Grid.RowDefinitions>
<WrapPanel HorizontalAlignment="Center">
<antd:Button Content="TL" />
<antd:Button Content="Top" />
<antd:Button Content="TR" />
<antd:AntButton Content="TL" />
<antd:AntButton Content="Top" />
<antd:AntButton Content="TR" />
</WrapPanel>
<StackPanel Grid.Row="1" HorizontalAlignment="Left">
<antd:Button Content="LT" />
<antd:Button Content="Left" />
<antd:Button Content="LB" />
<antd:AntButton Content="LT" />
<antd:AntButton Content="Left" />
<antd:AntButton Content="LB" />
</StackPanel>
<StackPanel Grid.Row="1" HorizontalAlignment="Right">
<antd:Button Content="RT" />
<antd:Button Content="Right" />
<antd:Button Content="RB" />
<antd:AntButton Content="RT" />
<antd:AntButton Content="Right" />
<antd:AntButton Content="RB" />
</StackPanel>
<WrapPanel Grid.Row="2" HorizontalAlignment="Center">
<antd:Button Content="BL" />
<antd:Button Content="Bottom" />
<antd:Button Content="BR" />
<antd:AntButton Content="BL" />
<antd:AntButton Content="Bottom" />
<antd:AntButton Content="BR" />
</WrapPanel>
</Grid>
</antd:CodeBox.Content>