Share via


UITextView.TextDragOptions Property

Definition

Gets a value that controls how formatting is displayed in dragged text.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITextDragOptions TextDragOptions { [Foundation.Export("textDragOptions", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setTextDragOptions:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("textDragOptions", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
[<set: Foundation.Export("setTextDragOptions:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
member this.TextDragOptions : UIKit.UITextDragOptions with get, set

Property Value

Implements

Attributes

Applies to