2X faster development
The ultimate WPF UI toolkit to boost your development speed.
By default, you can connect nodes or its ports by dragging the endpoints of the connector or by using drawing tools in WPF Diagram (SfDiagram). You can decide over the connection to the node or port by using the Constraints property. For example, achieving port to port connection alone in the diagram are explained as follows:
Refer to the following code example and sample link for the previously explained scenario. C# node1.Constraints &= ~NodeConstraints.Connectable; port1.Constraints = PortConstraints.Connectable & ~PortConstraints.InheritConnectable; Here node1 is the instance of the NodeViewModel and port1 is the instance of NodePortViewModel.
|
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.