property SwimLane.LinksArrowColor as Color
Specifies the color/visual appearance to draw the arrows of the links between the elements.

TypeDescription
Color A Color expression that defines the color to show the arrow of the links. The last 7 bits in the high significant byte of the color indicates the identifier of the skin being used to paint the part. Use the Add method to add new skins to the control. In other words, you can use the EBN objects to define a different type of arrows.
By default, the LinksArrowColor is -1, which indicates that the LinksColor property specifies the color of the arrow. The LinksArrowColor property specifies the color to show the arrow of the links. The ArrowColor property specifies the color to show the direction of the particular link. The control's LinksShowDir property specifies whether the arrow of the links is shown or hidden. The LinksWidth property specifies the size of the links and so the size of the arrow. The ShowLinks property specifies whether the surface shows or hides the links.