---
title: MatchedGeometryProperties
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/matchedgeometryproperties
---

# MatchedGeometryProperties

A set of view properties that may be synchronized between views using the View.matchedGeometryEffect() function.

## Declaration

```swift
@frozen struct MatchedGeometryProperties
```

## Topics

### Matching properties

- [frame](swiftui/matchedgeometryproperties/frame.md)
- [position](swiftui/matchedgeometryproperties/position.md)
- [size](swiftui/matchedgeometryproperties/size.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Synchronizing geometries

- [matchedGeometryEffect(id:in:properties:anchor:isSource:)](swiftui/view/matchedgeometryeffect(id:in:properties:anchor:issource:).md)
- [GeometryEffect](swiftui/geometryeffect.md)
- [Namespace](swiftui/namespace.md)
- [geometryGroup()](swiftui/view/geometrygroup().md)
