Last Updated:
11 Sep 2024 16:12
by Martin Ivanov
Diagrams: Add style binding support for the StartPoint and EndPoint properties of RadDiagramConnection
Currently, the StartPoint and EndPoint properties of RadDiagramConnection cannot be data bound when the binding is defined in a Style that targets RadDiagramConnection. This happens because the RadDiagram control is updating the Start/EndPoint properties using a local value setting which has a higher setting priority than any data bindings defined in a Style. This can be improved by replacing the local value settings with calls to the SetCurrentValue method of DependencyObject.