UITouchProperties 枚举

定义

可能会更改的 的属性的 UITouch 标记枚举。

此枚举支持其成员值的按位组合。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UITouchProperties
type UITouchProperties = 
继承
UITouchProperties
属性

字段

Altitude 4

设备允许 AltitudeAngle 在触摸过程中变化的可能性。

Azimuth 2

设备允许 和 GetAzimuthUnitVector(UIView) 在触摸过程中发生变化的可能性GetAzimuthAngle(UIView)

Force 1

设备允许 Force 在触摸过程中变化的可能性。

Location 8

设备允许 LocationInView(UIView) 在触摸过程中变化的可能性。

注解

不同的硬件设备具有不同的功能,在触摸期间可能会有所不同。 例如,所有当前硬件都允许 Location 属性变化,但目前只有 Apple Pencil 支持 Altitude 在触摸过程中更改 和 Azimuth 值。

适用于