共用方式為


UITextGranularity 列舉

定義

值的列舉,指定文字範圍 的資料細微性。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextGranularity
type UITextGranularity = 
繼承
UITextGranularity
屬性

欄位

Character 0

文字單位是字元。

Document 5

文字單位是檔。

Line 4

文字單位是一行。

Paragraph 3

文字單位是段落。

Sentence 2

文字單位是句子。

Word 1

文字單位是單字。

適用於

另請參閱