<!--
{
  "availability" : [
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/FrameResizePosition",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI19FrameResizePositionO"
  },
  "title" : "FrameResizePosition"
}
-->

# FrameResizePosition

The position along the perimeter of a rectangular frame (its edges and
corners) from which it’s resized.

```
@frozen enum FrameResizePosition
```

## Topics

### Enumeration Cases

[`case bottom`](/documentation/SwiftUI/FrameResizePosition/bottom)

The bottom edge of the frame.

[`case bottomLeading`](/documentation/SwiftUI/FrameResizePosition/bottomLeading)

The bottom leading corner of the frame.

[`case bottomTrailing`](/documentation/SwiftUI/FrameResizePosition/bottomTrailing)

The bottom trailing corner of the frame.

[`case leading`](/documentation/SwiftUI/FrameResizePosition/leading)

The leading edge of the frame.

[`case top`](/documentation/SwiftUI/FrameResizePosition/top)

The top edge of the frame.

[`case topLeading`](/documentation/SwiftUI/FrameResizePosition/topLeading)

The top leading corner of the frame.

[`case topTrailing`](/documentation/SwiftUI/FrameResizePosition/topTrailing)

The top trailing edge of the frame.

[`case trailing`](/documentation/SwiftUI/FrameResizePosition/trailing)

The trailing edge of the frame.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Copyable`](/documentation/Swift/Copyable)

[`CaseIterable`](/documentation/Swift/CaseIterable)

[`Escapable`](/documentation/Swift/Escapable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)