property SwimLane.ShowLinksStyle(Links as ShowLinksEnum) as LinkStyleEnum
Retrieves or sets a value that indicates the style to display the links based on the user selection.

TypeDescription
Links as ShowLinksEnum A ShowLinksEnum expression that indicates the width of incoming, outgoing or collapsed links is changed.
LinkStyleEnum A LinkStyleEnum expression that specifies the style of the line to show the related links.
The ShowLinksStyle property specifies the style to show the incoming, outgoing or collapsed links. The Style property indicates the style of the line to be shown on a particular link. Use the ShowLinksColor(exShowLinksStartsFrom) / ShowLinksStyle(exShowLinksStartsFrom) / ShowLinksWidth(exShowLinksStartsFrom) properties to mark the outgoing links of selected elements. The control fires the SelectionChanged event when a new element is selected or unselected. The OutgoingLinks property specifies the list of links that starts from the current element. The IncomingLinks property specifies the list of links that ends on the current element.

The following screen shot shows the outgoing links with a different style: