Hi, Stoyan
I had another question about the ArrowItem.

Is there any way to release following functions?
The function is like this: when the user create arrows on the GUI, the color of the arrows is the same with the color of the origin anchor of the arrow.
That is to say, when the user draw an arrow from a red anchor, the arrow is red; and from blue anchor, then the arrow is blue.
When I look over the Help File of FlowChartX, I found there is an event called "InitializeArrow", it seems can realize this kind of function.
But when I intent to get the information of the color of the origin anchor of the arrow, it gave out error. Because in the function of "InitializeArrow", the return value of the arrow.get_OrgnAnchor is (-1). It seems that in this function, we still cannot get the information of the origin anchor of the arrow.
Then is there any other way for me to get the information of the origin anchor of the arrow in the function of "InitializeArrow"?
Sorry for so many question.
Thanks!
Joanna