UITextGranularity Enum

Definition

An enumeration of values that specify the granularity of a text range .

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextGranularity
type UITextGranularity = 
Inheritance
UITextGranularity
Attributes

Fields

Character 0

The unit of text is a character.

Document 5

The unit of text is a document.

Line 4

The unit of text is a line.

Paragraph 3

The unit of text is a paragraph.

Sentence 2

The unit of text is a sentence.

Word 1

The unit of text is a word.

Applies to

See also