-
-
Notifications
You must be signed in to change notification settings - Fork 230
连接器概述
miroiu edited this page Jun 22, 2024
·
1 revision
连接器通过引发PendingConnectionStartedEvent
事件来创建预备连接。连接器具有一个必须绑定的Anchor
依赖属性,以便在节点位置更改时实时更新它们之间的连接。IsConnected
依赖属性必须设置为true,以接收Anchor
更新。
按住ALT
并点击连接器会触发DisconnectCommand
。
NodeInput和NodeOutput是带有Header
的Connector
的实现,可以通过自定义HeaderTemplate
来显示文本或输入框。它们还公开了一个ConnectorTemplate
来自定义连接器本身。通常,它们与Node.InputConnectorTemplate
和Node.OutputConnectorTemplate
一起使用。