Layering

public enum Layering : Equatable

If the decoration should be positioned above or below the content element.

  • The decoration is displayed above the content element.

    Declaration

    Swift

    case above
  • The decoration is displayed below the content element.

    Declaration

    Swift

    case below