Layout

open class Layout

The base class for all layout classes.

  • Gets or sets how to align links to the anchor points of nodes. One of the Anchoring enumeration values.

    Declaration

    Swift

    open var anchoring: Anchoring
  • Gets or sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.

    Declaration

    Swift

    open var keepGroupLayout: Bool
  • Gets or sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other. One of the MultipleGraphsPlacement enumeration values.

    Declaration

    Swift

    open var multipleGraphsPlacement: MultipleGraphsPlacement
  • Gets or sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.

    Declaration

    Swift

    open var margins: Double