命名调整
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/Converters.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
|
||||
<Style x:Key="Antd.ContentControl" TargetType="{x:Type controls:ContentControl}">
|
||||
<Style x:Key="Antd.ContentControl" TargetType="{x:Type controls:AntdContentControl}">
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
<Setter Property="Focusable" Value="False" />
|
||||
<Setter Property="IsTabStop" Value="False" />
|
||||
@@ -16,7 +16,7 @@
|
||||
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
|
||||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="{x:Type controls:ContentControl}">
|
||||
<ControlTemplate TargetType="{x:Type controls:AntdContentControl}">
|
||||
<Grid Background="{TemplateBinding Background}">
|
||||
<ContentPresenter x:Name="PART_ContentPresenter"
|
||||
Margin="{TemplateBinding Padding}"
|
||||
|
||||
Reference in New Issue
Block a user