如何更改PropertyDefiniton的xceed的属性网格样式?

时间:2019-12-04 10:09:35

标签: xaml xceed wpf-extended-toolkit

我正在尝试在xceed属性网格中更改属性定义的样式。 我可以更改编辑器的样式,但似乎找不到改变属性名称样式的方法。The field I want to change is "Nom de l'école"

这是我的XAML的一部分

<xctk:PropertyGrid.Resources>
                    <Style TargetType="xctk:PropertyGridEditorTextBox">
                        <Setter Property="Background" Value="#525252"/>
                        <Setter Property="BorderThickness" Value="1"/>
                        <Setter Property="BorderBrush" Value="#7d7d7d"/>
                        <Setter Property="Foreground" Value="#ffffff"/>
                    </Style>
   </xctk:PropertyGrid.Resources>

0 个答案:

没有答案