<!--
{
  "availability" : [
    "iOS: 9.1.0 -",
    "iPadOS: 9.1.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITouch/Properties",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITouchProperties"
  },
  "title" : "UITouch.Properties"
}
-->

# UITouch.Properties

A bit mask of touch properties that may get updated.

```
struct Properties
```

## Topics

### Constants

[`UITouchPropertyForce`](/documentation/UIKit/UITouch/Properties/force)

A touch property, representing force, in a bit mask.

[`UITouchPropertyAzimuth`](/documentation/UIKit/UITouch/Properties/azimuth)

A touch property, representing azimuth, in a bit mask.

[`UITouchPropertyAltitude`](/documentation/UIKit/UITouch/Properties/altitude)

A touch property, representing altitude, in a bit mask.

[`UITouchPropertyLocation`](/documentation/UIKit/UITouch/Properties/location)

A touch property, representing location, in a bit mask.

[`UITouchPropertyRoll`](/documentation/UIKit/UITouch/Properties/roll)

A touch property, representing barrel-roll angle, in a bit mask.

### Initializers

[`init(rawValue:)`](/documentation/UIKit/UITouch/Properties/init(rawValue:))

Creates a structure that represents the properties of a touch object.

## Relationships

### Conforms To

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

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

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

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

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

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

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

[`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)