constants ShowLinksEnum
The ShowLinksEnum type specifies the way the incoming, outgoing or collapsed links are shown. The ShowLinksColor, ShowLinksStyle and ShowLinksWidth properties specifies the color, style and width of incoming, outgoing or collapsed links ( relative to selected elements ). The ShowLinksEnum type supports the following values.

NameValueDescription
exShowLinksStartFrom1 Shows the links that starts from selected elements. Use this flag to show the outgoing links of selected elements with a different color, style or width.
exShowLinksEndTo2 Shows the links that ends on the selected elements. Use this flag to show the incoming links of selected elements with a different color, style or width.
exShowUnselectedLinks4 Shows the links that are not related to any selected element.
exShowCollapsedLinks8 Shows the collapsed links. Use this flag to show the collapsed links with a different color, style or width. The ShowLinksOnCollapse property shows when the collapsed links ate shown or hidden.
exUpdateColorLinksOnly16 (reserved) Prevents applying the link's color to related elements.