Share via


IUITextDraggable.TextDragDelegate Property

Definition

Gets or sets a delegate for managing drag source behavior.

[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUITextDragDelegate? TextDragDelegate { [Foundation.Export("textDragDelegate", ObjCRuntime.ArgumentSemantic.Weak)] get; [Foundation.Export("setTextDragDelegate:", ObjCRuntime.ArgumentSemantic.Weak)] set; }
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("textDragDelegate", ObjCRuntime.ArgumentSemantic.Weak)>]
[<set: Foundation.Export("setTextDragDelegate:", ObjCRuntime.ArgumentSemantic.Weak)>]
member this.TextDragDelegate : UIKit.IUITextDragDelegate with get, set

Property Value

Attributes

Applies to