Gets or sets a value indicating whether arrow ends can be moved by users after the arrow is created.
VB6
![]() |
---|
Public Property Get ArrowEndsMovable() As Boolean |
C++
![]() |
---|
public: |
A boolean value. The default is true.
Specifies whether arrows end points positions can be changed. If set to false, the intermediate control points still can be moved, but not the first and the last. The important effect of this is that users cannot change arrows origin and destination objects once they are set. You can also dynamically validate the moving of arrow ends through the RequestAttachArrow event.
FlowChartX Programmer's Guide | © 2023 MindFusion |