LinkLabelStatic

public struct LinkLabelStatic

Identifies fields for the relative positioning of a LinkLabel.

  • The LinkLabel relative positioning is to a segment.

    Declaration

    Swift

    public static let segment: RelativeToLink
  • The LinkLabel relative positioning is to a control point.

    Declaration

    Swift

    public static let controlPoint: RelativeToLink
  • The LinkLabel relative positioning is to the length of the link.

    Declaration

    Swift

    public static let linkLength: RelativeToLink
  • No auto arranging is used.

    Declaration

    Swift

    public static var usingAutoArrange: Bool