BorderPosition

public enum BorderPosition : Equatable, Hashable, CaseIterable

Defines the side of a rectangular area as the target for placing a border segment.

  • top

    Undocumented

    Declaration

    Swift

    case top
  • Undocumented

    Declaration

    Swift

    case bottom
  • Undocumented

    Declaration

    Swift

    case left
  • Undocumented

    Declaration

    Swift

    case right