RelativeToLink

public enum RelativeToLink : Int

Specifies how the link labels are positioned.

  • segment: Indicates that the link labels are positioned relative to a specified segment.
  • controlPoint: Indicates that the link labels are positioned relative to a specified control point.
  • linkLength: Indicates that the link labels are positioned relative to the link.
  • Undocumented

    Declaration

    Swift

    case segment = 0
  • Undocumented

    Declaration

    Swift

    case controlPoint = 1
  • Undocumented

    Declaration

    Swift

    case linkLength = 2