UITextInput_Extensions.SetSelectionAffinity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets 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.
public static void SetSelectionAffinity (this UIKit.IUITextInput This, UIKit.UITextStorageDirection value);
static member SetSelectionAffinity : UIKit.IUITextInput * UIKit.UITextStorageDirection -> unit
Parameters
- This
- IUITextInput
The instance on which this method operates.
- value
- UITextStorageDirection