Share via


UITextField.Tokenizer Property

Definition

This property provides information on the tokenizer that would be used to break up the text into units such as characters, words, lines, and paragraphs.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public UIKit.IUITextInputTokenizer Tokenizer { get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.Tokenizer : UIKit.IUITextInputTokenizer

Property Value

Attributes

Applies to