BoxLayoutPropertyName

public enum BoxLayoutPropertyName : String, PropertyNameProtocol

Undocumented

  • The position of the allocated baseline within the extra space allocated to each child.

    This property is only relevant for horizontal layouts containing at least one child with a baseline alignment.

    Declaration

    Swift

    case baselinePosition = "baseline-position"
  • Whether the box layout should distribute the available space equally among the children.

    Declaration

    Swift

    case homogeneous = "homogeneous"
  • The space to put between the children.

    Declaration

    Swift

    case spacing = "spacing"