UITouch.EstimationUpdateIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If not null
, a monotonically-increasing index into UITouch objects that have EstimatedProperties.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSNumber EstimationUpdateIndex { [Foundation.Export("estimationUpdateIndex")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.EstimationUpdateIndex : Foundation.NSNumber
Property Value
This value will be null
if the UITouch has neither EstimatedProperties nor updated properties.
This value can be null
.
- Attributes