NodeLayoutConnections - свойство
Связи между узлами ВФ
Пространство имён: Tessa.UI.WorkflowViewer.LayoutsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public ObservableCollection<IConnection> Connections { get; set; }
Public Property Connections As ObservableCollection(Of IConnection)
Get
Set
public:
virtual property ObservableCollection<IConnection^>^ Connections {
ObservableCollection<IConnection^>^ get () sealed;
void set (ObservableCollection<IConnection^>^ value) sealed;
}
abstract Connections : ObservableCollection<IConnection> with get, set
override Connections : ObservableCollection<IConnection> with get, set
ObservableCollectionIConnectionINodeLayoutConnections