<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Edge/Corner",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4EdgeO6CornerO"
  },
  "title" : "Edge.Corner"
}
-->

# Edge.Corner

An enumeration to indicate one corner of a rectangle.

```
enum Corner
```

## Topics

### Structures

[`struct Set`](/documentation/SwiftUI/Edge/Corner/Set)

An efficient set of corners.

[`struct Style`](/documentation/SwiftUI/Edge/Corner/Style)

A style that describes the corner of a rectangular shape.

### Enumeration Cases

[`case bottomLeading`](/documentation/SwiftUI/Edge/Corner/bottomLeading)

[`case bottomTrailing`](/documentation/SwiftUI/Edge/Corner/bottomTrailing)

[`case topLeading`](/documentation/SwiftUI/Edge/Corner/topLeading)

[`case topTrailing`](/documentation/SwiftUI/Edge/Corner/topTrailing)

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

---

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)