UITextView.TextDragActive 属性

定义

获取一个布尔值,该值指示拖动会话对于文本视图是否处于活动状态。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool TextDragActive { [Foundation.Export("isTextDragActive")] get; }
member this.TextDragActive : bool

属性值

实现

属性

适用于