Gets or sets a value indicating whether users are allowed to move the end point of an arrow.
VB6
![]() |
---|
Public Property Get AllowMoveEnd() As Boolean |
C++
![]() |
---|
public: |
A boolean value. Initialized with FlowChart.ArrowEndsMovable.
Specifies if the user is allowed to move the end point of an arrow. Set it to false to prevent the arrow destination to be changed interactively. Alternatively, you might handle the RequestAttachArrow event to implement selective validation of attaching an arrow to different diagram nodes.
FlowChartX Programmer's Guide | © 2023 MindFusion |