Hi,
I want to change PropertyGrid font-family, Code like this:
it's not working.
The textblock's(PART_FieldLabelN) font-family is still Segoe UI.
I want to change PropertyGrid font-family, Code like this:
<
telerik:RadPropertyGrid
Name
=
"squidProperties"
Grid.Row
=
"1"
RenderMode
=
"Flat"
AutoGeneratePropertyDefinitions
=
"False"
DescriptionPanelVisibility
=
"Collapsed"
FontFamily
=
"Microsoft YaHei"
Item
=
"{Binding testtest}"
LabelColumnWidth
=
"100"
Visibility
=
"{Binding test}"
/>
it's not working.
The textblock's(PART_FieldLabelN) font-family is still Segoe UI.