ConnectionCreateArrow - метод
Создаёт стрелку между узлами ВФ.
Чтобы изменить её caption после создания,
можно установить свойство connection.Caption.Text.
Пространство имён: Tessa.UI.WorkflowViewer.ShapesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static Connection CreateArrow(
INode from,
INode to,
string caption = null
)
Public Shared Function CreateArrow (
from As INode,
to As INode,
Optional caption As String = Nothing
) As Connection
public:
static Connection^ CreateArrow(
INode^ from,
INode^ to,
String^ caption = nullptr
)
static member CreateArrow :
from : INode *
to : INode *
?caption : string
(* Defaults:
let _caption = defaultArg caption null
*)
-> Connection
- from INode
- Начальный узел связи
- to INode
- Конечный узел связи
- caption String (Optional)
- Текст, выводимый для рядом со стрелкой
ConnectionСозданная стрелка