TreeLayoutLinkType

public enum TreeLayoutLinkType : Int

Specifies the shape of the diagram links after they are laid out.

  • default: Indicates the default link type.
  • straight: Indicates straight links with a single segment.
  • cascading: Indicates cascading links with segments.
  • Undocumented

    Declaration

    Swift

    case `default` = 0
  • Undocumented

    Declaration

    Swift

    case straight = 1
  • Undocumented

    Declaration

    Swift

    case cascading = 2