Share via


UITextInput_Extensions.SetSelectionAffinity Method

Definition

A value that controls whether the cursor is displayed at the start of the last line or end of the second-to-last line of a multiline selection.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetSelectionAffinity(this UIKit.IUITextInput This, UIKit.UITextStorageDirection value);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetSelectionAffinity : UIKit.IUITextInput * UIKit.UITextStorageDirection -> unit

Parameters

Attributes

Applies to