Hi Frank,
Thank you for the provided images.
The shapes of the
ShapeTool does not provide out of the box way to change its name in the combo box. What I can suggest you to workaround this is to create a custom class which derives from the desired shapes and specifies a custom property.
Then you can extract and modify the template of the
ShapeToolSettings element. In the template you can navigate to a
RadComboBox element with x:Name PART_ShapeComboBox and change the
DisplayMemberPath property.
I have created a sample project which demonstrates this behavior. Before running the project set your image path in code behind.
Regards,
Dinko
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.