命名调整

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

@@ -36,7 +36,7 @@
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Padding" Value="24 42 24 50" />
<Setter Property="SnapsToDevicePixels" Value="True" />
<Setter Property="helpers:Control.CornerRadius" Value="2" />
<Setter Property="helpers:AntdControl.CornerRadius" Value="2" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type controls:CodeBox}">
@@ -58,7 +58,7 @@
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
CornerRadius="{Binding Path=(helpers:Control.CornerRadius), Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
CornerRadius="{Binding Path=(helpers:AntdControl.CornerRadius), Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
<!-- Content -->
<ContentControl Margin="{TemplateBinding Padding}"
Content="{TemplateBinding Content}"