UIView.CoordinateSpace 属性

定义

返回 UIView 的坐标空间实现。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUICoordinateSpace CoordinateSpace { [Foundation.Export("coordinateSpace")] get; }
member this.CoordinateSpace : UIKit.IUICoordinateSpace

属性值

UIView 的坐标空间实现。

实现

属性

适用于