Unplanned
Last Updated: 21 Nov 2023 09:40 by Stenly
Stenly
Created on: 21 Nov 2023 09:40
Category: Diagram
Type: Feature Request
1
Diagram: Add an option to modify the StartPoint and EndPoint properties of RadDiagramConnection instances via the SettingsPane

Add an option to modify the StartPoint and EndPoint properties of RadDiagramConnection instances via the SettingsPane.

 

This functionality can be achieved by modifying the default ControlTemplate of the SettingsPaneView element to include an additional RadTabItem instance in the RadTabControl element. In the additional RadTabItem, input controls can be used, such as the RadNumericUpDown element. These elements should modify properties that will be present in a custom LinkViewModelBase<NodeViewModelBase>> class. More specifically, the X and Y properties of the StartPoint and EndPoint properties of the RadDiagramConnection element.

The attached sample project shows the implementation of the above approach for achieving this requirement.

Attached Files:
0 comments